modified mbed library sources, fixed some bugs for STM32F030R8

Dependents:   NUCLEO-F030R8_ExtXtalTest

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
nightseas
Date:
Tue Aug 18 10:32:42 2015 +0000
Parent:
611:b13a1988fb27
Commit message:
Disable external single ended clock source check.

Changed in this revision

targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/system_stm32f0xx.c Show annotated file Show diff for this revision Revisions of this file
--- a/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/system_stm32f0xx.c	Tue Aug 18 08:15:10 2015 +0100
+++ b/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/system_stm32f0xx.c	Tue Aug 18 10:32:42 2015 +0000
@@ -116,7 +116,7 @@
   */
 
 /* Select the clock sources (other than HSI) to start with (0=OFF, 1=ON) */
-#define USE_PLL_HSE_EXTC (1) /* Use external clock */
+#define USE_PLL_HSE_EXTC (0) /* Use external clock */
 #define USE_PLL_HSE_XTAL (1) /* Use external xtal */
 
 /**