Page 1 of 1

FreeRTOS tick timer source on ESP32

Posted: Sun Aug 21, 2022 9:28 am
by villaden
Hi,
I'm trying to understand which is the interrupt source (handler) for FreeRTOS time tick.
On ARM I use the core SysTick interrupt source.
On the web I found viewtopic.php?t=18926. This topic says that an internal CPU timer is used for, but nothing more....
I tryed on official ESP32 documentation, but nothing...
Anyone could give me some tips about ESP32 FreeRTOS time tick management (which interrupt source uses)?
Thanks. :?:

Re: FreeRTOS tick timer source on ESP32

Posted: Mon Aug 22, 2022 1:48 am
by WiFive

Re: FreeRTOS tick timer source on ESP32

Posted: Mon Aug 22, 2022 2:29 pm
by villaden
Many thanks!!!!!! :D