Hi all,
Is there a way in CCE v3 to get the functionality of __attribute__ ( naked ) of GCC? The compiler user guide says quite clearly it doesn't support it.
Ideally I would like an ISR function to save ALL the registers to the stack instead of only the ones the ISR thinks it's using. This is obviously for context switching in an RTOS.
Thanks,
Dan.