I donwloaded and executed the nrf52 examples with Keil µVision as I use it everyday. The problem is when I compile and use a BLE example, it is stuck in SVC handler. The blink example works well.
I donwloaded and executed the nrf52 examples with Keil µVision as I use it everyday. The problem is when I compile and use a BLE example, it is stuck in SVC handler. The blink example works well.
There are no paths inside softdevice SVC handlers that might cause infinite loops. What do you mean by stuck in svc handler? you mean to say that SVC handler never returns? were you debugging and using breakpoints? If you hit a breakpoint halting the CPU and run again then softdevice will assert and the execution will go to softdevice assert handler.
You need to give more detail. Which example(s), exactly, have you tried? What debugging have you done to see how it arrives at the SVC handler?