How to change 1 tick = 1 msec?
-
Hi,
I want to create a multi-threaded program using the features incorporated from FreeRTOS+M5Stack Tough.
I have two questions.
Q1. How to change 1 tick = 1 msec?
Q2. How do I start task 2 from task 1? -
in micropython you use time.ticks_ms()
-
Thanks ajb2k3.
I forgot to mention that I am using ArudinoIDE + Win11, not micropython. -
@hgi867 Yeh, sorry, I tried looking for the ESP-IDF equiv but not well documented
-
I found that the 1/ portTICK_RATE_MS is 1 msec, but does this time accuracy depend on the accuracy of the internal RTC?