esp_timer not triggered correctly
Posted: Tue Apr 21, 2020 10:58 am
ESP32-WROOM-32 module.
I use esp_timer_start_periodic(otherstart_timer_handler, 1000000) to do some periodic job.
But at some point , the callback function was triggered 3 times less than 1 second.
Does anyone know the cause of the problem?
Thanks.
I use esp_timer_start_periodic(otherstart_timer_handler, 1000000) to do some periodic job.
But at some point , the callback function was triggered 3 times less than 1 second.
Does anyone know the cause of the problem?
Thanks.