You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changing frequency at runtime should be possible as long as APB frequency stays constant, otherwise peripheral frequency dividers need to be adjusted, which is not currently done.
you need to keep in mind that not all chips are qualified to run at 240 mhz. ones that are, have special efuse set and if it's not set, it will refuse to run.
I've noticed that ESP32 can run under various speeds 40MHz, 80MHz, 160MHz, 240MHz.
Can this be set in mos.yml ?
Can this be set during runtime? I've noticed esp-idf has api for this, but i am not sure if nothing will break on mongoose side when i use it...
The text was updated successfully, but these errors were encountered: