Hi there,
the official Arduino documentation https://www.arduino.cc/reference/en/lan ... interrupt/ lists a few boards and the GPIO capable of handling interrupts.
What are the restrictions on the ESP32 IDF and ESP Arduino implementation regarding the GPIO Pins and interrupts? Which is the according chapter in the esp32 datasheets where I can find this information?
thanks
Digital pins usable for interrupts
-
- Posts: 9727
- Joined: Thu Nov 26, 2015 4:08 am
Re: Digital pins usable for interrupts
I de-capped your title, no need to yell here
Re: Digital pins usable for interrupts
I believe that any GPIO that can be used for normal input can be used as an interrupt source.
All GPIO events get handled by a common single low level interrupt handler. In the esp32 Arduino the attachInterrupt controls an entry in a dispatch table that the common handler then uses to call the user interrupt functions defined in any attachInterrupt calls.
All GPIO events get handled by a common single low level interrupt handler. In the esp32 Arduino the attachInterrupt controls an entry in a dispatch table that the common handler then uses to call the user interrupt functions defined in any attachInterrupt calls.
Who is online
Users browsing this forum: No registered users and 65 guests