Hi, I am a newbie of openocd. I am using JLink to debug a ARM926ejs CPU. During startup of openocd, it will use EMU_CMD_GET_STATE command to get all the pins state of jlink.
On a working board, it gets TMS = 0 SRST = 0 TRST = 0 On a no-working board, it gets TMS = 0 SRST = 1 TRST = 0, (then it will get the wrong message: Error: jlink_usb_message failed with result=5) In my understanding, when SRST is low, the system will reset. I think it should be high at the startup time. But, why when SRST=0, the JTAG works? Best Regards Richard LIU
_______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
