Allow lower cpu frequencies for esp32 #3505
Unanswered
ss89
asked this question in
Core functionality
Replies: 1 comment 8 replies
-
|
What makes you think it can go lower? According to the datasheet the only choices with a 40MHz crystal are 160, 80 and 40. To go lower you need to change the crystal. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your request
I would like to be allowed to set lower cpu frequencies than 80Mhz for my esp32-c6.
Theoretically it should be able to go as low as 10MHz (Arduino IDE suggests this as lowest clock value).
Why the uncertainty?
It's an existing feature, but only the allowed values for certain MCUs might need adjustments
Use cases
This should allow the battery powered device to last as long as possible.
What areas might this affect?
anything related wifi, as esp32-c6 can't use wifi below 80Mhz clock speeds (as Arduino IDE suggests)
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions