Skip to content

Commit dfd6fe6

Browse files
committed
Merge pull request #41 from ytsuboi/master
[LPC1114] fixed to use IRC and System PLL clock
2 parents 05b42af + 4c0b5ab commit dfd6fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC11XX/system_LPC11xx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
#define SYSOSCCTRL_Val 0x00000000 // Reset: 0x000
109109
#define WDTOSCCTRL_Val 0x00000000 // Reset: 0x000
110110
#define SYSPLLCTRL_Val 0x00000023 // Reset: 0x000
111-
#define SYSPLLCLKSEL_Val 0x00000001 // Reset: 0x000
112-
#define MAINCLKSEL_Val 0x00000000 // Reset: 0x000
111+
#define SYSPLLCLKSEL_Val 0x00000000 // Reset: 0x000 // Define as using IRC
112+
#define MAINCLKSEL_Val 0x00000003 // Reset: 0x000 // Define as using System PLL clock out
113113
#define SYSAHBCLKDIV_Val 0x00000001 // Reset: 0x001
114114

115115
/*

0 commit comments

Comments
 (0)