Hi,
i am trying to start a RTC0 on nrf52 DK with SoftDevice (s132) enabled with project based on "ble_app_template". The problem is that a sd_softdevice_enable() (called in main -> ble_stack_init() -> SOFTDEVICE_HANDLER_INIT()) returns NRF_ERROR_INVALID_STATE. Does it mean XTAL already running? In my project initialization of the RTC0 taking place after ble_stack_init() call. Moreover, once that code downloaded and ran into nrf52 the sd_softdevice_enable() fails all time even if RTC0 initialization is spiked at all until the project builded without "nrf_drv_rtc.c" module.
What can be a reason?