Skip to content

Commit d885692

Browse files
committed
Changes form doc review of the LF clock configuration for nRF51/nRF52 SoCs.
1 parent 849e644 commit d885692

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

hal/targets/hal/TARGET_NORDIC/TARGET_NRF5/LF_Clock_config.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11

2-
## LF Clock configuration using mbed configuration system
2+
# LF Clock configuration using mbed configuration system
33

4-
In order to provide the configuration for a low frequency (LF) clock, add a description of the LF clock inside a *.json file, for example in mbed_json.json.
4+
In order to provide the configuration for a low frequency (LF) clock, add a description of the LF clock inside a mbed configuration JSON file.
5+
For example at application level the description might be added in a mbed_app.json file and on target level the description might be added in the hal/target.json file.
56
LF clock source configuration is used for MCU startup initialization and the BLE SoftDevice LF clock configuration (if BLE libraries is used). Advanced configurations are used only for the BLE SoftDevice LF clock configuration.
67

78

8-
### Usage:
9+
## Usage:
910

1011
1. Clock source
1112

12-
Default clock source is XTAL oscillator. It is defined at the target level configuration.
13+
Default clock source is XTAL oscillator. It is defined at the target level configuration as the target.lf_clock_src key.
1314
There are three options that can be configured as the clock source:
1415
- NRF_LF_SRC_XTAL
1516
- NRF_LF_SRC_RC

0 commit comments

Comments
 (0)