Info on hardware timers used for FreeRTOS on ESP32 #7223
Unanswered
fdesvallees
asked this question in
Q&A
Replies: 2 comments
-
Arduino-esp32 > esp32 > FreeRTOS. At the Arduino level FreeRTOS should not be modified. What are you trying to accomplish? At the Arduino level you have Ticker: At ESP32 level you can access hardware timers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you, this is very helpful. I found that I can use another hardware timer for my purpose, and leave the system tick at its default value.
François
… On 14/09/2022 01:17 CEST David McCurley ***@***.***> wrote:
Arduino-esp32 > esp32 > FreeRTOS. At the Arduino level FreeRTOS should not be modified. What are you trying to accomplish?
At the Arduino level you have Ticker:
https://github.com/espressif/arduino-esp32/tree/master/libraries/Ticker/src
At ESP32 level you can access hardware timers.
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/esp_timer.html
—
Reply to this email directly, view it on GitHub #7223 (comment), or unsubscribe https://github.com/notifications/unsubscribe-auth/ACWXFO5JYNI6TDFYXBDD3T3V6EDRJANCNFSM6AAAAAAQFD6IHQ.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am starting a project using a ESP-Wroom32 development board and FreeRTOS. I need to change the period of the timer that schedules FreeRTOS tasks, etc.). How do I do this? Also, how do I find out which of the ESP32 hardware timers is used for this purpose?
Thanks!
François
Beta Was this translation helpful? Give feedback.
All reactions