Hi,
I have a custom board with an external crystal at 32 MHz. How should I configure the clock using nRF Connect SDK 2.5.0, so it can use external crystal?
Thank you
Hi,
I have a custom board with an external crystal at 32 MHz. How should I configure the clock using nRF Connect SDK 2.5.0, so it can use external crystal?
Thank you
On the board, there is no low-frequency crystal. I am trying to run the beacon example. If I add the parameter CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y to proj.conf, the code works, but the phone cannot detect the signal (I assume due to the low frequency). I removed this line and added your code, but now, when debugging, the code just hangs.
On the board, there is no low-frequency crystal. I am trying to run the beacon example. If I add the parameter CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y to proj.conf, the code works, but the phone cannot detect the signal (I assume due to the low frequency). I removed this line and added your code, but now, when debugging, the code just hangs.