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.
Tool/software: TI C/C++ Compiler
Hi.
I'm implementing a C library for the LIN subbus on MSP430 EUSCI. For this purpose, i want to define some functions to be called from within a interrupt service routines.
How do i tell the compiler that this function will be part of a ISR and not be called anywhere else?
cheers
Gunther
Please see the sub-section of the MSP430 compiler manual titled The INTERRUPT Pragma.
Thanks and regards,
-George