We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b42af commit 4c0b5abCopy full SHA for 4c0b5ab
libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC11XX/system_LPC11xx.c
@@ -108,8 +108,8 @@
108
#define SYSOSCCTRL_Val 0x00000000 // Reset: 0x000
109
#define WDTOSCCTRL_Val 0x00000000 // Reset: 0x000
110
#define SYSPLLCTRL_Val 0x00000023 // Reset: 0x000
111
-#define SYSPLLCLKSEL_Val 0x00000001 // Reset: 0x000
112
-#define MAINCLKSEL_Val 0x00000000 // Reset: 0x000
+#define SYSPLLCLKSEL_Val 0x00000000 // Reset: 0x000 // Define as using IRC
+#define MAINCLKSEL_Val 0x00000003 // Reset: 0x000 // Define as using System PLL clock out
113
#define SYSAHBCLKDIV_Val 0x00000001 // Reset: 0x001
114
115
/*
0 commit comments