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