Hi, I have made the custom board without 32.786kHZ (low frequency clock)
I am trying change it to
RC OSC
HFCLK
but i tried to make the changes but debug doesn't get start
Hi, I have made the custom board without 32.786kHZ (low frequency clock)
I am trying change it to
RC OSC
HFCLK
but i tried to make the changes but debug doesn't get start
Hi,
Please see this post.
Hi Einar,
Thanks for the configuration for RC Oscillator
what about Synthesized from HFCLK
how to config Synthesized from HFCLK
Hi,
To use synthesized clock you use CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH
instead. I suggest you search through this page when looking for similar things in the future, as it has all configuration options for Zephyr.