Search found 2 matches

by villaden
Mon Aug 22, 2022 2:29 pm
Forum: ESP-IDF
Topic: FreeRTOS tick timer source on ESP32
Replies: 2
Views: 4492

Re: FreeRTOS tick timer source on ESP32

Many thanks!!!!!! :D
by villaden
Sun Aug 21, 2022 9:28 am
Forum: ESP-IDF
Topic: FreeRTOS tick timer source on ESP32
Replies: 2
Views: 4492

FreeRTOS tick timer source on ESP32

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 https://www.esp32.com/viewtopic.php?t=18926. This topic says that an internal CPU timer is used for, but nothing more.... I tryed on officia...