ESP32 Restarts after interrupt detect
Posted: Mon May 12, 2025 6:42 pm
Ji,
My first ESP32-S3-Wroom project with a button panel controlled with I2C.
I'm using the MCP23017 2x8 GPIO chip. Port A is button contacts, Port B is button Led control.
For reading out the buttons I use the chips IntA bus.
When configured in FC as Interrupt and all is setup the ESP32 is fully resetting at interrupt detect.
I checked several GPIO ports as Interrupt and all behave the same.
To check the ESP32 I use UART0 for readout in a terminal.
Now i configured a software interrupt in the main loop and that is working fine.
What do i oversee?
My first ESP32-S3-Wroom project with a button panel controlled with I2C.
I'm using the MCP23017 2x8 GPIO chip. Port A is button contacts, Port B is button Led control.
For reading out the buttons I use the chips IntA bus.
When configured in FC as Interrupt and all is setup the ESP32 is fully resetting at interrupt detect.
I checked several GPIO ports as Interrupt and all behave the same.
To check the ESP32 I use UART0 for readout in a terminal.
Now i configured a software interrupt in the main loop and that is working fine.
What do i oversee?