Open D0ot opened 3 years ago
My adapter is a FT4232H breakout and the board is maix bit v2. The other debug features(breakpoint step display etc. )function.
The nSRST singal in OpenOCD is correctly define. because I can type monitor jtag arp_init-reset
to reset the board without halt.
So my hardware should be fine.
it seems that writing 1 to ndreset
bit of DCSR takes no effect... Is it a hardware bug of k210?
RISC-V External Debug Support Version 0.11
A problem about debugging through JTAG.
I find this in OpenOCD documentation
it seems that the
best case
above does not applies to K210.when the SRST is low, the OpenOCD can not commuicate with the cpu.
GDB oupput when type
montor reset halt
and the cpu is not reseted.
is there any way to make cpu halt at reset?
thanks.