Hi all,
I have a project up and running on a 28377D microcontroller, which I had originally working on a 28377S, which I then ported. In my code I have an ISR linked to the CpuTimer1. The purpose is to detect a communication fault between the microcontroller and an FPGA. My RAM based build works fine, but when I go to run the code on my Flash based build I end up running into the catch all Illegal_ISR. I'm confused as to why this is happening. I have _FLASH defined for my project so I know that ramfuncs is being initialized at start up. I'm scratching my head as to what is going on. Any help would be appreciated.
Lance
