Search found 1 match

by atlisty
Tue Sep 30, 2025 4:25 am
Forum: ESP-IDF
Topic: GPTimer Alarm with Auto-Reload on Doesn't Get Re-enabled after Triggered
Replies: 1
Views: 1168

GPTimer Alarm with Auto-Reload on Doesn't Get Re-enabled after Triggered

The code is adapted from hello-world, with gptimer added. The log shows that `timer->hal.dev->hw_timer[id].config.tx_alarm_en` never gets set to true. Is that intended behavior?

And the task_wdt seems to be unhappy either, even with `vTaskDelay(0);` in the loop. Hints about it would be appreciated ...

Go to advanced search