-->
Page 1 of 1

How to config ESP8266 clock speed between 80MHz or 160MHz?

PostPosted: Sat Sep 23, 2017 3:17 pm
by water
The ESP8266 feature say its clock speed up to 80/160MHz,how to config it?

Re: How to config ESP8266 clock speed between 80MHz or 160MH

PostPosted: Mon Sep 25, 2017 10:21 am
by martinayotte
With ArduinoIDE framework, it is done using the "CPU Frequency" menu.
In other framworks, use the SDK function system_update_cpu_freq() at startup.

Re: How to config ESP8266 clock speed between 80MHz or 160MH

PostPosted: Mon Sep 25, 2017 3:46 pm
by water
martinayotte wrote:With ArduinoIDE framework, it is done using the "CPU Frequency" menu.
In other framworks, use the SDK function system_update_cpu_freq() at startup.


Thanks.