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 4:0834e0e36a1e, committed 2014-03-07
- Comitter:
- dreschpe
- Date:
- Fri Mar 07 21:23:07 2014 +0000
- Parent:
- 3:1d8106fcb4c5
- Child:
- 5:f44655076466
- Commit message:
- docu
Changed in this revision
| ST_F401_84MHZ.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/ST_F401_84MHZ.cpp Fri Mar 07 20:21:31 2014 +0000
+++ b/ST_F401_84MHZ.cpp Fri Mar 07 21:23:07 2014 +0000
@@ -32,10 +32,11 @@
// You have to add X3 8MHz
// C33,C34 18pF 0603
// R35,R37 0R 0603 or use wire
+
+
void SystemClock_Config_84MHz_external(void)
{
RCC_ClkInitTypeDef RCC_ClkInitStruct;
- RCC_PeriphCLKInitTypeDef PeriphClkInitStruct;
RCC_OscInitTypeDef RCC_OscInitStruct;
RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_LSI|RCC_OSCILLATORTYPE_HSE;