Search found 22 matches

by Abhiram
Tue Apr 25, 2017 10:37 am
Forum: ESP-IDF
Topic: 100microsecond timer in esp32
Replies: 10
Views: 24438

Re: 100microsecond timer in esp32

I tried using Xtensa Timers , using xos.h and xos_timer.h. There are compilation errors and xos_clock_freq undefined error. Any config changes required for using Xtensa Timer APIs. I had set esp32 clock freq as 80MZ.
by Abhiram
Mon Apr 24, 2017 5:27 pm
Forum: ESP-IDF
Topic: 100microsecond timer in esp32
Replies: 10
Views: 24438

100microsecond timer in esp32

Dear All, I am new to esp32 wanted to know how I can have a timer for 100 microseconds. An interrupt is to be generated at the lapse of 100microseconds Should I use LEDC example or HW timer example or does FreeRtos API supports this. From my study so far I could not find freertos support for microse...