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