Is possible avoid xQueueSendFromISR within in ISR?

iotdeveloperfw
Posts: 10
Joined: Tue Sep 22, 2020 4:53 pm

Is possible avoid xQueueSendFromISR within in ISR?

Postby iotdeveloperfw » Mon Oct 05, 2020 8:04 pm

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.

ESP_Sprite
Posts: 9577
Joined: Thu Nov 26, 2015 4:08 am

Re: Is possible avoid xQueueSendFromISR within in ISR?

Postby ESP_Sprite » Tue Oct 06, 2020 7:07 am

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: Basalt, Bing [Bot] and 341 guests