Search found 4 matches

by danmcb
Thu Jun 05, 2025 12:56 pm
Forum: ESP-IDF
Topic: what core do ISR's run on?
Replies: 1
Views: 44

Re: what core do ISR's run on?

I found the answer in the docs here :

https://docs.espressif.com/projects/esp ... alloc.html

leaving the post here as it may help others.
by danmcb
Thu Jun 05, 2025 12:21 pm
Forum: ESP-IDF
Topic: what core do ISR's run on?
Replies: 1
Views: 44

what core do ISR's run on?

We know that we can pin tasks to a specific core. What about ISR's? How is the core that they will run on defined? I don't find anything about this in the docs.
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: 1433

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 ...
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: 6140

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 ...

Go to advanced search