Hi all,
I'd like to know if is there any way to declare an interrupt function as naked in C using Code Composer 2.20. I mean, how can I avoid that the compiler automatically generates code to store/restore the registers in the stack? I'd like to do it on my own. I guess that I can write the ISR in assember rather than in Cto avoid this, but I'd prefer, if possible, a high-level language solution.
Thanks
Regards