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