Booting board at 20mhz.

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
Marius
Posts: 21
Joined: Fri Nov 30, 2018 2:08 pm

Booting board at 20mhz.

Post by Marius » Wed Feb 19, 2020 8:29 pm

I know how to change the board frequency after its booted. But how do i make it boot up at 20mhz?

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: Booting board at 20mhz.

Post by jimmo » Thu Feb 20, 2020 3:16 am

If you can do this with firmware written in C using the IDF directly, then you can do this in MicroPython if you build your own firmware. Likely it's an sdkconfig option?

Marius
Posts: 21
Joined: Fri Nov 30, 2018 2:08 pm

Re: Booting board at 20mhz.

Post by Marius » Fri Feb 21, 2020 7:22 am

You should be able to do that yes :)

Post Reply