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.
138138System Clock
139139============
140140
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.
144146
145147Serial Port
146148===========
Original file line number Diff line number Diff line change @@ -125,9 +125,11 @@ the functionality of a pin.
125125System Clock
126126============
127127
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.
131133
132134Serial Port
133135===========
Original file line number Diff line number Diff line change @@ -256,9 +256,11 @@ Dual Core samples
256256System Clock
257257============
258258
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.
262264
263265Serial Port
264266===========
You can’t perform that action at this time.
0 commit comments