File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
hal/targets/hal/TARGET_NORDIC/TARGET_NRF5 Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ LF clock source configuration is used for MCU startup initialization and the BLE
10
10
1 . Clock source
11
11
12
12
Default clock source is XTAL oscillator. It is defined at the target level configuration.
13
- There are three options that can be configured as the clock source:
14
- - NRF_LF_SRC_XTAL
15
- - NRF_LF_SRC_RC
16
- - NRF_LF_SRC_SYNTH
13
+ There are three options that can be configured as the clock source:
14
+ - NRF_LF_SRC_XTAL
15
+ - NRF_LF_SRC_RC
16
+ - NRF_LF_SRC_SYNTH
17
17
18
18
In order to override this configuration use targed_override section in configuration file (e.g mbed_app.json)
19
19
@@ -32,11 +32,11 @@ In order to override this configuration use targed_override section in configura
32
32
``` json
33
33
{
34
34
"config" : {
35
- " lf_clock_rc_calib_timer_interval" {
35
+ "lf_clock_rc_calib_timer_interval" : {
36
36
"value" : 16 ,
37
37
"macro_name" : " MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_TIMER_INTERVAL"
38
38
},
39
- " lf_clock_rc_calib_mode_config" {
39
+ "lf_clock_rc_calib_mode_config" : {
40
40
"value" : 1 ,
41
41
"macro_name" : " MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_MODE_CONFIG"
42
42
}
You can’t perform that action at this time.
0 commit comments