Skip to content

Commit b128134

Browse files
danieldegrassefabiobaltieri
authored andcommitted
boards: arm: lpcxpresso: update core clock documentation
Update documentation for core clock frequency on LPC55xxx boards, to indicate that they are clocked from PLL1 at 150MHz by default. Add a note about the reduction to 96MHz required when using the flash controller. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent faf5593 commit b128134

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

boards/arm/lpcxpresso55s16/doc/index.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,11 @@ the functionality of a pin.
138138
System 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

145147
Serial Port
146148
===========

boards/arm/lpcxpresso55s28/doc/index.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,11 @@ the functionality of a pin.
125125
System 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

132134
Serial Port
133135
===========

boards/arm/lpcxpresso55s69/doc/index.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,11 @@ Dual Core samples
256256
System 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

263265
Serial Port
264266
===========

0 commit comments

Comments
 (0)