Lib to switch the clock speed of the ST Nucleo to 84MHz. The internal RC oscillator is multiplied with the PLL.

Dependents:   Nucleo_spi_master_20MHz Nucleo_vs_Arduino_Speed_Test DMA_I2S_Test MPU9150AHRS ... more

Issue: Timings aren't correct anymore

I use the internal oscillator, F401_init84 myinit(0); is the first line in main() and for example the Ticker is to fast and wait() dont wait long enough...

1 comment:

18 Mar 2014

Forget about it, I thought i need to put the code in main() (the method) but you mean main.cpp, it works now.