You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hal/targets/hal/TARGET_NORDIC/TARGET_NRF5/LF_Clock_config.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
1
2
-
##LF Clock configuration using mbed configuration system
2
+
# LF Clock configuration using mbed configuration system
3
3
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.
5
6
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.
6
7
7
8
8
-
###Usage:
9
+
## Usage:
9
10
10
11
1. Clock source
11
12
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.
13
14
There are three options that can be configured as the clock source:
0 commit comments