Hello!
I'm running into an issue where zephyr initialization fails on a custom nRF52840 board. The nRF Desktop application fails to startup. When debugging the nrf sample CAF and App event manager, both consistently get stuck at when performing z_nrf_clock_control_lf_on(mode) (nrf_rtc_timer.c, line 639). However, the same custom board will start up with the nrF5 SDK (15.3.0).
I was able to get both CAF, App event, and a custom nRF5 SDK project running on another custom board with a very similar layout. However, the only difference is the ANT and VSS_PA are not connected on the non-working board. The XC1 and XC2 clock are wired the same, and there is no clock wired to the XL1 and XL2.
My questions:
- Does nRF Connect require ANT and VSS_PA to be wired up?
- Is there another issue that could be causing the custom nRF board to fail at initialization lfclock?
Any help would be appreciated, thanks!