-
Notifications
You must be signed in to change notification settings - Fork 7.6k
FunctionalInterrupt.ino example crashes on start on ESP32-S3 #7873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have the same issue: |
Yes @Leaveyou , the fix is in the Description... |
@P-R-O-C-H-Y , PTAL. Thanks! |
@jetpax, You're right in that I missed the point that you're providing a workaround. I still think this should be fixed though. |
I agree with this fix. @PilnyTomas didn't you test this sketch? |
@jetpax Please test the fix in 8175. |
The PR is merged, so I'm closing this issue. |
Will this fix be available in the 2.x versions of the platform? I cannot install 3.x yet. |
Board
esp32-s3-devkitC-1
Device Description
bare esp32-S3 devkit with a button attached to GPIO18
Hardware Configuration
GPIO18 is connected to ground through a button
Version
v2.0.6
IDE Name
Platformio
Operating System
macOS
Flash frequency
40MHz
PSRAM enabled
no
Upload speed
115200
Description
Example compiles, but crashes on start with 'GPIO isr service already installed' error and enters a bootloop
This is due to a problem with attaching the interrupt in the pin constructor, as pointed out by ESP_Sprite in this discussion
Here is a fixed version that uses the onboard Boot button and one external button connected to pin 18.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: