File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,11 @@ the functionality of a pin.
138
138
System Clock
139
139
============
140
140
141
- The LPC55S16 SoC is configured to use the internal FRO at 96MHz as a
142
- source for the system clock. Other sources for the system clock are
143
- provided in the SOC, depending on your system requirements.
141
+ The LPC55S16 SoC is configured to use PLL1 clocked from the external 24MHz
142
+ crystal, running at 150MHz as a source for the system clock. When the flash
143
+ controller is enabled, the core clock will be reduced to 96MHz. The application
144
+ may reconfigure clocks after initialization, provided that the core clock is
145
+ always set to 96MHz when flash programming operations are performed.
144
146
145
147
Serial Port
146
148
===========
Original file line number Diff line number Diff line change @@ -125,9 +125,11 @@ the functionality of a pin.
125
125
System Clock
126
126
============
127
127
128
- The LPC55S28 SoC is configured to use the internal FRO at 96MHz as a
129
- source for the system clock. Other sources for the system clock are
130
- provided in the SOC, depending on your system requirements.
128
+ The LPC55S28 SoC is configured to use PLL1 clocked from the external 24MHz
129
+ crystal, running at 150MHz as a source for the system clock. When the flash
130
+ controller is enabled, the core clock will be reduced to 96MHz. The application
131
+ may reconfigure clocks after initialization, provided that the core clock is
132
+ always set to 96MHz when flash programming operations are performed.
131
133
132
134
Serial Port
133
135
===========
Original file line number Diff line number Diff line change @@ -256,9 +256,11 @@ Dual Core samples
256
256
System Clock
257
257
============
258
258
259
- The LPC55S69 SoC is configured to use the internal FRO at 96MHz as a source for
260
- the system clock. Other sources for the system clock are provided in the SOC,
261
- depending on your system requirements.
259
+ The LPC55S69 SoC is configured to use PLL1 clocked from the external 24MHz
260
+ crystal, running at 150MHz as a source for the system clock. When the flash
261
+ controller is enabled, the core clock will be reduced to 96MHz. The application
262
+ may reconfigure clocks after initialization, provided that the core clock is
263
+ always set to 96MHz when flash programming operations are performed.
262
264
263
265
Serial Port
264
266
===========
You can’t perform that action at this time.
0 commit comments