I am using PCA10001 board.
First of all i am unable to find nRF51 SDK.exe. So i downloaded SDK form below link link text
I changed device to nRF51822_xxAA. Now i opened blinky project in keil ARM 5 \nRF51_SDK_8.1.0_b6ed55f\examples\peripheral\blinky
But the project is available for PCA10028 & PCA10031 boards only. I also included path for core_cm0.h C:\Keil_v5\ARM\Pack\ARM\CMSIS\4.3.0\CMSIS\Include
I also modify board define to BOARD_PCA10001. So i can successfully compile the code. But i am able to download the code to the board using J-Link Debugger.
So is this the right procedure?
And in this way i can able to program nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_hrs\pca10028\s110\arm5_no_packs
But when i press Button 0 LED0 should be ON but this is not happening. So whats the problem