-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Flashing any program in ESP32 S3 result in constant crash loop. #8546
Comments
You can not use a SPI based Ethernet PHY with ESP32 Arduino. Not supported. You will get what you encounter -> Crash |
Does it crash if you use the default platformio.ini (platform = espressif32, no packages)? |
At this point in time, even with just my devkit not connected to anything other than my usb cable it produce the behavior.
Yes, I changed the lines to have this in my file:
|
@jcracine-cimeq Probably the flash and RAM of the board does not fit to yours. |
ok. I searched for the specific devkit I bought and it is the ESP32-S3-DevKitC-1-N32R8V. I looked online a little and i found someone that made a template for the N16R8V:
But it still doesn't work. What bugs me a lot is that the crash dump references the ESP32 S2 in its path while I'm compiling for a S3.
|
The boards.json you "found" is not the correct one for your board. Your board has OPI Flash and PSRAM regarding the datasheet. Your boards.json is made for QIO/OPI. This results in non working ;-) |
This one should work
|
But it is not optimal,since ArduinoIDE still does not provide a 32MB partition scheme! |
Closing this as expired, if needed you can reopen. |
Board
ESP32 S3 WROOM 2
Device Description
The main board is a DevKitC.
There is three components connected:
Hardware Configuration
Version
v2.0.11
IDE Name
VS Code with Platform IO
Operating System
Ubuntu 22.04 LTS
Flash frequency
80MHz
PSRAM enabled
yes
Upload speed
921600
Description
No matter what program I try to build and upload in my ESP32 S3, it constantly crashes when booting up. I dont know why but it reference files in a weird path when I look at the core dump. I tried resinstalling PlatformIO and its packages completely but it still didn't work.
Sketch
Debug Message
Other Steps to Reproduce
My platformio.ini file looks like this:
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: