This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

FreeRTOS based application timing messed up without softdevice

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???

Parents Reply Children
No Data
Related