Search found 2 matches

by ezalegria
Thu Apr 16, 2020 11:32 pm
Forum: ESP-IDF
Topic: ESP-IDF Hardware Timers
Replies: 8
Views: 11498

Re: ESP-IDF Hardware Timers

Hi ESP_Sprite, If you wanted to create an interrupt for each cycle of timer 0 or 1 (1 kHz or another number) to enable or disable GPIO or some other peripheral, wouldn't it be the same? Maybe that's where my confusion comes from.
by ezalegria
Thu Apr 16, 2020 3:48 am
Forum: ESP-IDF
Topic: ESP-IDF Hardware Timers
Replies: 8
Views: 11498

Re: ESP-IDF Hardware Timers

hi, i am new using esp32, and i have doubts about interrupt task. Why do they use a while inside the handle, according to which I would stay inside the while forever or am I wrong? I have used the same code as you, but still I cannot generate a blink. Pls any help or explain about the code.