I have been trying to configure a single shot timer as a low power alternative to nrf_delay_ms().
I have my timeout handler configured to do nothing and the timer is created with a 100 ms interval. But whenever I call the timer , I get a "Fatal_error" on putty.
Similar to this https://devzone.nordicsemi.com/f/nordic-q-a/6131/timer-handler-not-called but I don't have a app_timer_stop() like the above linked question. Can I use the __WFI() function even if I am using the softdevice?
I am using the nrf52832 with the s132 softdevice and I'm developing using the SDK version 12.2. I'm running out of ideas to make it work.
P.S I work using armgcc and I really appreciate Nordic's creation of the makefile. I have finally configured Microsoft's VS Code for my use but the lack of a debugger is a big hinderance. I'd appreciate if Nordic updated the GCC with eclipse blog post or suggested some other IDE with a debugger for open source folks like me.
Thanks for your help!
Vijay