Dominic:
what configuration file settings do you use?
str7xx_signalyzer.cfg
Dominic:
Make sure the target is really in debug state before trying to access memory (use the ‘poll’ command).
with poll I obtain:
> poll
target state: halted
target halted in ARM state due to debug request, current mode: System
cpsr: 0x8000001f pc: 0x0000035c
Dominic:
The timeout waiting for SYSCOMP & DBGACK is fatal - at that point, the debugger doesn’t know what’s happening anymore.
Try setting the reset_config to tsrt_and_srst srst_pulls_trst, and make sure you’re not using reset_init or reset_halt.
This setting is the one I already use.
I tried to set jtag_speed 60, now it seems to work, but according to manual this mean tha TCK is 100KHz (6MHz / 60), I think it’s too slow. I think I can speed up TCK.