Page 1 of 1

Booting board at 20mhz.

Posted: Wed Feb 19, 2020 8:29 pm
by Marius
I know how to change the board frequency after its booted. But how do i make it boot up at 20mhz?

Re: Booting board at 20mhz.

Posted: Thu Feb 20, 2020 3:16 am
by jimmo
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?

Re: Booting board at 20mhz.

Posted: Fri Feb 21, 2020 7:22 am
by Marius
You should be able to do that yes :)