Somewhere in my mind is a post use of api calls in ISR
How can I find more information about that.
Is there something like a list of free_to_be_used_in_ISR
Actual problem is around using gettimeofday, where application crashes from time to time
api calls in ISR
-
- Posts: 9761
- Joined: Thu Nov 26, 2015 4:08 am
Re: api calls in ISR
Essentially, all FreeRTOS calls that end in fromISR can be called from an ISR. Apart from that, no esp-idf calls, unless explicitly indicated otherwise, are guaranteed to behave themselves when called from an ISR.
Re: api calls in ISR
So gettimeofday should not be called in ISR ?
What could I use instead ?
What could I use instead ?
Who is online
Users browsing this forum: Baidu [Spider] and 135 guests