This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Bluetooth Smart Beacon Kit pca20006 blink led

I want to use the Smart Beacon Kit (PCA20006) and the blink led demo. However it seems that I cannot use the s110 V76 softdevice when writing my app in Keil. However, how can I get the s110 V5 or 6 in the Keil environment? Downloading the zip from Nordic will not help, as I can not import the package in Keil (PDSC file missing).

Parents
  • Thanks Stefan, I tried it over the air, writing the softdevice did not work there. So I used the J-Link tool and the instruction you suggested. First flashed the softdevice S110 v7 with nRFgo. Seems to work ok. Than added my blinky led application to see if its working. Start address of my app 0x16000. custom_board.h created and BOARD_CUSTOM set as a define. It seems the app is not running (well), and the debugger will stop without breakpoint set at 0xFFFFFFE, and while stepping, reaches 0x0000C0 and starts again at at 0xFFFFFFE. So it seems the device stopped in the softdevice region? (I was unable to flash bootloader from nRF51 SDK v6.1.0 yet). Any hints?

Reply
  • Thanks Stefan, I tried it over the air, writing the softdevice did not work there. So I used the J-Link tool and the instruction you suggested. First flashed the softdevice S110 v7 with nRFgo. Seems to work ok. Than added my blinky led application to see if its working. Start address of my app 0x16000. custom_board.h created and BOARD_CUSTOM set as a define. It seems the app is not running (well), and the debugger will stop without breakpoint set at 0xFFFFFFE, and while stepping, reaches 0x0000C0 and starts again at at 0xFFFFFFE. So it seems the device stopped in the softdevice region? (I was unable to flash bootloader from nRF51 SDK v6.1.0 yet). Any hints?

Children
No Data
Related