Re: [OpenOCD-devel] [PATCH]: 46dc373 arm_adi_v5: Make the DAP API stateless

2015-12-11 Thread Matthias Welwarsky
On Thursday 10 December 2015 23:29:23 you wrote: > hmm, on jetson (cortex a15) works halt/resume, but what doesn't work is mdw: > > mdw 0x70832000 1024 > > data abort at 0x70832000, dfsr = 0x0206 > > > dap info > > AP ID register 0x44770001 > Type is MEM-AP AHB > MEM-AP BASE 0xff

Re: [OpenOCD-devel] [PATCH]: 46dc373 arm_adi_v5: Make the DAP API stateless

2015-12-11 Thread Jiri Kastner
correction, mdw didn't worked on jetson even before (without 3165) > halt tegra124.cpu3 rev 3, partnum c0f, arch f, variant 3, implementor 41 tegra124.cpu3 cluster 0 core 3 multi core tegra124.cpu3: target state: halted target halted in ARM state due to debug-request, current mode: Supervisor cpsr:

Re: [OpenOCD-devel] [PATCH]: 46dc373 arm_adi_v5: Make the DAP API stateless - correction :)

2015-12-11 Thread Jiri Kastner
so correction of correction :) mdw worked even before (i was trying dump memory from region of coresight debug unit, which is not virtual address) > mdw phys 0x7083 0x7083: 3515f033 > mdw phys 0x70832000 0x70832000: 3515f033 > mdw phys 0x70834000 0x70834000: 3515f033 > mdw phys

Re: [OpenOCD-devel] [PATCH]: 46dc373 arm_adi_v5: Make the DAP API stateless

2015-12-11 Thread Matthias Welwarsky
On Thursday 10 December 2015 20:15:34 you wrote: > On Thu, Dec 10, 2015 at 1:21 PM, Matthias Welwarsky > > Apart from the obvious conceptual > > cleaning, it is going to make it easier to fix WAIT handling in the DAP > > layer. > > I didn't have that in mind at all actually, so I'm a bit surprise