-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Chip Report Does Not Recognize Embedded Flash or Embedded PSRAM #9974
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
Is the psram not being automatically initialized if you don't call psramInit? |
Same result with: So, no, that line is not required. The chip report shows "No" for Embedded Flash and for Embedded PSRAM. |
We just print what the chip says. We have no control over that and has nothing to do with actual config. It should show what is in the package itself, not what is under the module can. |
That is how I thought it should be. In the boards tested one, the XIAO ESP32S3, uses an ESP32-S3R8 which has 8MB Octal SPI In-Package (Embedded) PSRAM. The other board, the Waveshare ESP32-S3-Matrix, uses an ESP32-S3FH4R2 which has 4 MB Quad SPI In-Package (Embedded) Flash and 2MB Quad SPI In-Package (Embedded) SPI PSRAM. Should these not be reflected in the "Chip Info" section of the chip debug report? |
They should, but I guess their fuses were not burned or not marked in production. Again, we just print what the chip tells us |
OK. Gotcha. QA problem at Espressif I guess. Thanks. |
Board
seeed studio XIAO ESP32S3, Waveshare ESP32-S3-Matrix
Device Description
Nothing else attached.
Hardware Configuration
Nothing else attached.
Version
v3.0.1
IDE Name
Arduino IDE v2.3.2
Operating System
Debian-GNU 12
Flash frequency
240
PSRAM enabled
yes
Upload speed
921600
Description
When running the sketch below with "Core Debug Level: Debug" on boards using ESP32-S3 chips with in-package (Embedded) flash and/or with in-package (Embedded) PSRAM, the Chip Debug Report shows "No" for Embedded Flash and/or Embedded PSRAM.
Tested using:
seeed studio XIAO ESP32S3 which uses an:
ESP32-S3R8 (8MB Octal SPI In-Package PSRAM)
Waveshare ESP32-S3-Matrix which uses an:
ESP32-S3FH4R2 (4 MB Quad SPI In-Package Flash and 2MB Quad SPI In-Package SPI PSRAM)
Note: As there is no board definition for this device, tested with the following boards selected:
ESP32S3 Dev Module
Lolin S3 Mini
Other boards using the ESP32-S3FH4R2 include:
WeAct Studio ESP32S3-Mini
Waveshare ESP32-S3 Mini
Waveshare ESP32-S3-Zero
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: