8 years, 10 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?

Be the first to answer this question.