Search found 2 matches

by danmcb
Thu Jan 30, 2025 9:07 am
Forum: ESP-IDF
Topic: timer is not enabled yet / timer is not ready fro a new start ... ?
Replies: 1
Views: 763

timer is not enabled yet / timer is not ready fro a new start ... ?

I saw previous posts about this odd error but no explanation about what the issue is. We have two ESP32s3 applications both of which use a hardware timer. They both use the timer in a similar way, but with one small difference. In both cases we configure and then enable the timer, in exactly the sam...
by danmcb
Wed Jan 29, 2025 3:47 pm
Forum: ESP-IDF
Topic: GPTimer not enabled yet error, but timer works as intended
Replies: 4
Views: 5292

Re: GPTimer not enabled yet error, but timer works as intended

I see this same issue exactly, with IDF 5.3 I just ignore the errors, the junk on the terminal is annoying but the hardware works fine. It really seems like a bug, the timer IS for sure getting enabled before I try to start it. Any fix for the spurious error? (EDIT - the issue seems to be fixed in 5...