In the document of spna176 ,I can not understand the intend of "asm("b #-8").
Is it equal to "while(1)"?
Program die at here, how to proceed ? Give me some explanation.
5. Force the program into an infinite loop.
This step is for debug purpose ONLY and should be removed in production. During debug, you can
connect to device using Code Composer Studio™ (or other IDE) and move the program counter (PC)
to next instruction to run the program.
asm(“ b #-8”)