User Activity

So somehow through my chain of execution I end up herevoid _exit (int status){   _kill(status, -1);   while (1) {}      /* Make sure we hang here */}From disassembly it seems that the functions preceeding it areITM_SendChar()and before thatHAL_CAN_Rx...