ESP32 Timer
Posted: Wed Nov 30, 2022 8:55 am
Hi,
I am using ESP32 for development purpose. I have application which is counting the counter value at every-second for the period. I am looking for the Timer where I can count the value at every-second. I am looking some for timer interrupt of 1 ms period that mean Interrupt should be trigger 1 ms period. I did some research regarding this and found some article of TIMER group 0.
Following Question I have regarding the timer 0
How to use the timer of ESP32 at every 1 ms of tick period. ?
How to calculate the Tick Value for Timer 0 using APB (I think default clock would be APB) ?
I am using ESP32 for development purpose. I have application which is counting the counter value at every-second for the period. I am looking for the Timer where I can count the value at every-second. I am looking some for timer interrupt of 1 ms period that mean Interrupt should be trigger 1 ms period. I did some research regarding this and found some article of TIMER group 0.
Following Question I have regarding the timer 0
How to use the timer of ESP32 at every 1 ms of tick period. ?
How to calculate the Tick Value for Timer 0 using APB (I think default clock would be APB) ?