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.
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