Skip to content

Commit bec3983

Browse files
committed
clarify effects of lfclk selection
As per Softdevice changelog "Synthesized low frequency clock source is not tested or intended for use with BLE stack." Also https://devzone.nordicsemi.com/question/953/what-low-frequency-clock-sources-can-i-use/?answer=955#post-id-955 Maybe option should better be removed? (reverted from commit 4b5759f)
1 parent 4b5759f commit bec3983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ This Arduino Core does **not** contain any Arduino style API's for BLE functiona
117117

118118
If the selected board has an external 32 kHz crystal connected, it will be used as the source for the low frequency clock. Otherwise the internal 32 kHz RC oscillator will be used. The low frequency clock is used by the `delay(ms)` and `millis()` Arduino API's.
119119

120-
The Generic nRF51 and nRF52 board options have an additional menu item under `Tools -> Low Frequency Clock` that allows you to select the low frequency clock source. However, Nordic does not recommend the Synthesized clock, which also has a significant power impact.
120+
The Generic nRF51 and nRF52 board options have an additional menu item under `Tools -> Low Frequency Clock` that allows you to select the low frequency clock source.
121121

122122
## Credits
123123

0 commit comments

Comments
 (0)