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.

MCU going into FaultISR when initializin the buffer with zero.

Hello,

when I write the code as :

unsigned int verify_buff[115] = {0,}; => it goes into FaultISR routine.

but when I initialize the code as

unsigned int verify_buff[115] ; => it works fine.

 

I am using TIVA C Series 129 model,

Please suggest about this behaviour .

 

Thanks,

Sanchit Mehra