Hi I am getting some weird response from my nRF51-DK.
Situation 1: When I try to flash it with the Blinky code (\sdk11\examples\peripheral\blinky\pca10028\s130\arm5_no_packs) it builds, and flashes successfully. But it does not run the code. I can not see the LEDs blinking. What is wrong? (In this case I have programmed the applicaition without a SoftDevice)
Situation 2: Now when I Erase all from nRFstudio, and program the SDK11 (s130_nrf51_2.0.0_softdevice.hex) and then flash the same Blinky application, it works. I can now see the LEDS blinking.
Situation 3: Now with the same SDK11, when I try to Flash the BLE Example (sdk10\examples\ble_peripheral\ble_app_proximity\pca10028\s130\arm5_no_packs), it does not flash and says: Error: Flash Download failed - "Cortex-M0"
I have seen this post:
In the first part it says that your device might be in SYSTEM OFF MODE. I have pressed all the buttons and it doesnt help.
Secondly, about the address mapping please see the screenshots below.
Please help. Thanks