This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

PCA10001 SDK

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

Parents
  • Sounds like you have redefined the pins, by including PCA10001.h. PCA10001 is an old development kit, and the latest SDK for it is SDK 6.1.0, with it you can easily evaluate the board. It hasn't been tested with SDK 9.0.0. I don't know what the problem is, because you haven't showed me what you are actually doing. Are you using the Board Support Package used by ble_app_hrs in SDK 9.0.0?

Reply
  • Sounds like you have redefined the pins, by including PCA10001.h. PCA10001 is an old development kit, and the latest SDK for it is SDK 6.1.0, with it you can easily evaluate the board. It hasn't been tested with SDK 9.0.0. I don't know what the problem is, because you haven't showed me what you are actually doing. Are you using the Board Support Package used by ble_app_hrs in SDK 9.0.0?

Children
No Data
Related