We have an application with FreeRTOS. If we do not initialize softdevice, the freertos interrupts tend to come in at a very very slow rate. I know that softdevice does clock initialization,
so i tried starting lfclk using nrf_drv_clock_request(NULL);
But that did not help. How do i run my application without the softdevice???