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.
Dependencies: ST_401_84MHZ mbed
benchmark.cpp
00001 #include "benchmark.h" 00002 #include "stm32f4xx_hal.h" 00003 #include "ST_F401_84MHZ.h" 00004 00005 //The program will run first at the clock speed at which you have set your board 00006 //and then switch to 84 MHz. Presumably your board is set to 84 MHz already. 00007 00008 main(){ 00009 whetstone(0); 00010 SystemClock_Config_84MHz_internal(); // Now speed up to 84 MHz 00011 whetstone(84); 00012 //linpack(); 00013 //dhrystone(); 00014 } 00015 00016
Generated on Fri Jul 22 2022 13:15:22 by
1.7.2