Skip to content
Jye edited this page Sep 10, 2018 · 2 revisions

CPU Speed can be increased form 72 to 120 MHz and increase the update frequency to nearly 5 kHz. Modifying the below 2 files will allow you to select 120 MHz from the Arduino IDE Tools menu.

A module running 72 MHz will have a temperature of about 65C. At 120 MHz this increases to 70C.

I will continue to overclock a module and report back here with any failures.

genericSTM32F103C.menu.cpu_speed.speed_120mhz=Overclocked 120Mhz

genericSTM32F103C.menu.cpu_speed.speed_120mhz.build.f_cpu=120000000L

#elif F_CPU==120000000

#define BOARD_RCC_PLLMUL RCC_PLLMUL_15

Clone this wiki locally