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.

LAUNCHXL-F280025C: Call a function inside ISR function

Part Number: LAUNCHXL-F280025C

Tool/software:

Hi.

I have interrupt function called "cpuTimer0ISR()". I want to call a another function inside this ISR function. 


__interrupt void cpuTimer0ISR(){
 

another_Function();

}

Is it possibile/suitable? Do you have any recommendation? 


Thank you.