Hi, I'm unable to run any application on nrf51 DK (Keil used). When I start debug (no matter what application I load), program always cycles between 2 instructions:
0x000006CC BF20 WFE
0x000006CE E7FD B 0x000006CC
This happens even when blinky example is loaded.
Previously everything worked until I made a program which generated hard fault. After that I'm unable to run/debug any application. But I'm not sure whether that hardfault is the cause of the problem.