I have a reset LED that I set at the onset of IO configuration. At the end of configuration prior to going into the while(1) loop I turn off the LED. I am running into a situation with my code where if I give it a certain situation the code turns on this LED and breaks in at boot.c file to the following line:
CSTART_DECL _c_int00_noargs_mpu(void)
{
_c_int00_template(0, 1, 1);
}
I hit the run again in CCS and the next file to open is

What is this all telling me??
Thanks