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.

MSP430FR2355: boot.c issues?

Part Number: MSP430FR2355

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

**Attention** This is a public forum