Hello,
I need a way to have an epilog/prolog free ISR in CCS for MSP430 (MSP430FG5618). The necessary approach is as "naked" ISR in embedded GNU C. Could someone provide an idea?
TIA
Kristian
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.
Hello,
I need a way to have an epilog/prolog free ISR in CCS for MSP430 (MSP430FG5618). The necessary approach is as "naked" ISR in embedded GNU C. Could someone provide an idea?
TIA
Kristian
The TI MSP430 compiler does not support "naked" functions.
Thanks and regards,
-George
The TI MSP430 compiler does not support the GCC function attribute naked. The GCC MSP430 compiler supports it.
Thanks and regards,
-George