Hi there,
we are developing an application based on simple IEEE 802.15.4 packets, for which we use the radio peripheral. Every example found in the SDK starts with switching on the HF clock by using the external crystal. At least, that is how I understand the line NRF_CLOCK->TASKS_HFCLKSTART = 1
.
Why exactly is this needed? Can't we just run off the on-chip oscillator?
Thanks for clarification,
Tamas