File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC15XX Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 73
73
// <o.0..5> MSEL: Feedback Divider Selection
74
74
// <i> M = MSEL + 1
75
75
// <0-31>
76
- // <o.5 ..7> PSEL: Post Divider Selection
76
+ // <o.6 ..7> PSEL: Post Divider Selection
77
77
// <i> Post divider ratio P. Division ratio is 2 * P
78
78
// <0=> P = 1
79
79
// <1=> P = 2
80
80
// <2=> P = 4
81
81
// <3=> P = 8
82
82
// </h>
83
- #define SYSPLLCTRL_Val 0x00000005 // Reset value: 0x000
83
+ #define SYSPLLCTRL_Val 0x00000045 // Reset value: 0x000
84
84
//
85
85
// <o.0..7> System AHB Clock Divider (SYSAHBCLKDIV.DIV)
86
86
// <i> Divides main clock to provide system clock to core, memories, and peripherals.
156
156
// <2=> P = 4
157
157
// <3=> P = 8
158
158
// </h>
159
- #define SCTPLLCTRL_Val 0x00000005 // Reset value: 0x000
159
+ #define SCTPLLCTRL_Val 0x00000045 // Reset value: 0x000
160
160
//
161
161
// <o.0..1> SCT PLL Clock Source Select (SCTPLLCLKSEL.SEL)
162
162
// <0=> IRC Oscillator
You can’t perform that action at this time.
0 commit comments