mbed library sources
Dependents: frdm_kl05z_gpio_test
Fork of mbed-src by
Revision 323:9e901b0a5aa1, committed 2014-09-13
- Comitter:
- shaoziyang
- Date:
- Sat Sep 13 14:25:46 2014 +0000
- Parent:
- 322:711b2ef89052
- Commit message:
- test with CLOCK_SETUP = 0
Changed in this revision
targets/cmsis/TARGET_Freescale/TARGET_KLXX/TARGET_KL05Z/system_MKL05Z4.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/targets/cmsis/TARGET_Freescale/TARGET_KLXX/TARGET_KL05Z/system_MKL05Z4.c Fri Sep 12 17:15:06 2014 +0100 +++ b/targets/cmsis/TARGET_Freescale/TARGET_KLXX/TARGET_KL05Z/system_MKL05Z4.c Sat Sep 13 14:25:46 2014 +0000 @@ -59,7 +59,7 @@ #define DISABLE_WDOG 1 -#define CLOCK_SETUP 1 +#define CLOCK_SETUP 0 /* Predefined clock setups 0 ... Multipurpose Clock Generator (MCG) in FLL Engaged Internal (FEI) mode Reference clock source for MCG module is the slow internal clock source 32.768kHz @@ -98,6 +98,7 @@ ---------------------------------------------------------------------------- */ uint32_t SystemCoreClock = DEFAULT_SYSTEM_CLOCK; +//uint32_t SystemCoreClock = 26000000u; /* ---------------------------------------------------------------------------- -- SystemInit()