Hi, I'm new. I'm working with HW timers interruption. So, my question is: Is it possible to avoid xQueueSendFromISR in order to get back to the point that jumped previously after the end of the ISR function was executed?.
THanks.
Is possible avoid xQueueSendFromISR within in ISR?
-
- Posts: 10
- Joined: Tue Sep 22, 2020 4:53 pm
-
- Posts: 9709
- Joined: Thu Nov 26, 2015 4:08 am
Re: Is possible avoid xQueueSendFromISR within in ISR?
That should happen automatically. Your ISR is a function and when it returns, your program should continue running from the place it was before it was interrupted. No need to add anything specific for that to the ISR.
Who is online
Users browsing this forum: MicroController and 254 guests