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
Revision 1:d19543ab3afa, committed 2014-03-05
- Comitter:
- dreschpe
- Date:
- Wed Mar 05 19:53:14 2014 +0000
- Parent:
- 0:e54167eaccc6
- Child:
- 2:e5c1060ec62d
- Commit message:
- Lib to change the clock speed of the ST Nucleo F401 to 84 MHz
Changed in this revision
| ST_F401_84MHZ.cpp | Show annotated file Show diff for this revision Revisions of this file |
| ST_F401_84MHZ.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ST_F401_84MHZ.cpp Wed Mar 05 19:38:06 2014 +0000
+++ b/ST_F401_84MHZ.cpp Wed Mar 05 19:53:14 2014 +0000
@@ -4,7 +4,7 @@
#include "stm32f4xx_hal.h"
-static void SystemClock_Config_84MHz_internal(void)
+void SystemClock_Config_84MHz_internal(void)
{
RCC_ClkInitTypeDef RCC_ClkInitStruct;
RCC_OscInitTypeDef RCC_OscInitStruct;
--- a/ST_F401_84MHZ.h Wed Mar 05 19:38:06 2014 +0000 +++ b/ST_F401_84MHZ.h Wed Mar 05 19:53:14 2014 +0000 @@ -1,6 +1,6 @@ #ifndef MBED_ST_F401_84MHZ_H #define MBED_ST_F401_84MHZ_H -static void SystemClock_Config_84MHz_internal(void); +void SystemClock_Config_84MHz_internal(void); #endif \ No newline at end of file