Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 5 months ago.
Can we have priority based interrupts in FRDM-KL46Z without using RTOS?
I have a program which has 3 functions each of which is to be called by an interrupt. Is there a method to assign priorities to the same without using RTOS. If there exists, does a low priority function execute after the execution of high priority function if its interrupt is given during the execution of high priority function?