Is it possible to use the timers in components/nrf_drivers/timer
along with softdevice s132? If I enable the softdevice by calling softdevice_enable()
my application restarts after it calls nrf_drv_timer_init()
. Otherwise, if I enable the softdevice, the timer driver initializes and runs as expected.