-
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
Get real Flash Chip Size via API call #7159
Conversation
Have you tried this on OPI flash? |
No, sorry to say i have no S3 with OPI |
Just my 2 cents. Real S3 support is still missing in mandantory tools espressif/esptool#730 |
@P-R-O-C-H-Y will test with OPI |
Runned @Jason2866 's sketch from linked issue on ESP32S3 with 32MB OPI flash. In Arduino IDE tools menu a have selected 16 MB Flash size (no 32 MB option) with 16MB partition. So seems to be working great with OPI flash :) Good job @Jason2866 👍
|
actually only the value from the IDE which has been set is read from magic header.
Now the real size is read from the flash chip.
Credits got to @Staars
Fixes #7157
Checklist