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.

Array weird FaulISR

I'm having a weird problem. I have a array that is like uint8_t values[60]. Well, what is the problem, when i have somewhere in the code that does sometigh with it, besides initalization, it generates an ISR Fault when i call GPIOIntRegister. But if i make the array uint8_t values[80], then notigh bad opens.

What could be doing this? I am using IAR with TivaWare