Other Parts Discussed in Thread: UNIFLASH
I have some test code (related to note 1 below) which triggers FaultISR() on startup. FaultISR() calls "__asm(" BKPT #2");". I then enabled the COP watchdog, which is configured to make the MCU reset. That formed a reset loop, which is what I wanted to know (that the watchdog would work after BKPT). Unfortunately, I can no longer get my (ICDI) debugger to connect so I can change the program which is loaded. I can see that it resets over and over from the UART output. I can connect a different (identical) PCB and connect to it. But it seems like the reset loop I set up prevents connecting with the CCS debugger (or UniFlash). Do I have any options other than replacing the MCU?
Thanks for any suggestions.
Steve
P.S. I thought that holding the reset line low might help, but that prevents the debugger from connecting even on a PCB which works fine otherwise.