Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Nucleo_spi_master_20MHz Nucleo_vs_Arduino_Speed_Test DMA_I2S_Test MPU9150AHRS ... more
You are viewing an older revision! See the latest version
Homepage
The ST Nucleo board is running on 16 MHz out of the box. To speed up the cpu to the maximum speed we have to change the clock setting. A call of SystemClock_Config_84MHz_internal(); will config the pll to generate 84MHz. This frequency is generated out of the internal RC oscillator. The frequency is not so stable like a crystal. If you need a more precise timing source, you have to add a external crystal X3.
If you want to change the clock settings : the STM32CubeMX tool is your friend :-)