Re: [OpenOCD-devel] Debug probe hardware that can read/write target memory directly

2018-07-12 Thread Ben Horgan
Hi Edward, I am looking at implementing a similar thing. Have you made any progress? The difference in my case is that the debug interface to the target bypasses the ARM DAP and goes straight to the memory ap. Hence, in my case the only interface is read and writes. There is no jtag dap access.

[OpenOCD-devel] arm run control via bus master

2017-02-09 Thread Ben Horgan
Hi, I'm looking at doing arm run control via a bus master, i.e. by direct reads and writes to the memory map (skipping the jtag-dp interface). I know the offsets (cti and debug) and can do this via Lauterbach trace32 software talking to a custom agent which controls the hardware. Is there any i