This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP432E401Y: Hardware Exception and the Watchdog

Part Number: MSP432E401Y
Other Parts Discussed in Thread: SYSBIOS

Hello forum,

for debugging I use CCS 10 and a J-Link debugger.

When there is a hardware exception, the Programm Counter points to an infinite loop, as seen in the code snippet below:

ti_sysbios_family_arm_m3_Hwi_excHandlerAsm__I:
        .asmfunc
...
$1
        b       $1              ; spin here indefinitely

One of the two watchdogs is active, it would restart the application after ten seconds. When the program counter points to $1, I can not see the watchdog counting in the CCS GUI. Is the watchdog still active?

BR Guenther