-
Notifications
You must be signed in to change notification settings - Fork 180
How works the configuration of the config files? #198
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
It depends, for which MCU? |
Thanks for your answer. |
SPIRAM 120Mhz is already implemented and useable. Flash speed of 120Mhz is an experimental feature not implemented in the builder. It needs a board with verified working 120Mhz flash chips. Will end in crash when trying with boards widely available and sold. To get the needed settings do a simple "Hello World" with native IDF select S3 and enable experimental features. Now you see the new options for 120Mhz. Do your settings you want. I did this and tried and ended in crashes (no 120Mhz flash). Deleted the changes in Arduino Lib Builder, so I don't remember exactly what changed. |
In fact using the Arduino 3.0.4, even setting the Flash at 120MHz I cannot see any changes in terms of performances. As the flash and the PSRAM can also work in SDR or DDR, it becomes very complicate to understand how they are working. Anyway thanks, I'll check before using IDF as you suggested. |
The speed change is probably only visible when using an oscilloscope 😄 |
If is only visible with the scope this means that there is no interest at all :-) Anyway, I have a scope |
Sorry for that, it seems a very simple question but how implement the speed of the flash and the psram at 120MHZ?
I tried to modify the existing defconfig.esp32s3 file but the generation is always the same.
Should I change the build.json file?
The text was updated successfully, but these errors were encountered: