mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #41 from ytsuboi/master
[LPC1114] fixed to use IRC and System PLL clockpull/42/head
commit
dfd6fe6fbe
|
@ -108,8 +108,8 @@
|
|||
#define SYSOSCCTRL_Val 0x00000000 // Reset: 0x000
|
||||
#define WDTOSCCTRL_Val 0x00000000 // Reset: 0x000
|
||||
#define SYSPLLCTRL_Val 0x00000023 // Reset: 0x000
|
||||
#define SYSPLLCLKSEL_Val 0x00000001 // Reset: 0x000
|
||||
#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
|
||||
#define SYSAHBCLKDIV_Val 0x00000001 // Reset: 0x001
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue