-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Setting cpu frequency below 80 Mhz messes up the serial console. #9975
Comments
This is a "beware of the consequences" thing. As mentioned in https://docs.circuitpython.org/en/latest/shared-bindings/microcontroller/index.html#microcontroller.Processor.frequency:
Also discussed in the original PR, #9342. |
Consequences of installing circuitpython? Because this does not happen in micropython :P |
MicroPython, even the latest preview build does work with 20 MHz on an identical ESP32 board (I tested with Feather ESP32 V2 and HUZZAH32. The frequency setting logic is functionally identical in MicroPython and CircuitPython, so it may have to do with how the UART is set up. |
Please don´t be snarky. If you have information that it does work in MicroPython, please post that up front. |
I did not mean to be. Sorry. |
At first I thought it crashed.. instead it's just the serial console messed up.
Adafruit CircuitPython 9.2.2-14-gab5c17d864 on 2025-01-16; Ai Thinker ESP32-CAM with ESP32
Board ID:ai-thinker-esp32-cam
Same happens if you set 40 Mhz
The text was updated successfully, but these errors were encountered: