Hi,
I'm working on a custom board based on PCA10100, nrf52833 but it seems to be stuck at the function "lfclk_spinwait".
my custom board does not have an external LFCLK.
The crazy thing is, after exiting debug mode my nrf52833 is bricked, I cannot recover, erase or flash anything on device.
I followed this issue: Initialization problem
and added the CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y" to your prj.conf which solved the problem.
Some additional data:
- SDK: NCS v2.0.0
- FW: blinky sample.
The full call stack in the image below:

The custom boards are in production ready level, passed QA and work perfectly fine with my application using nrf5 SDK. In nrf5 SDK if I were to configure my LFCLK incorrect, i would not brick devices to a level were i cannot recover.
Appreciate you look into this.
thanks
Dan
