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

SDK example doesn't work on PCA10001

Hello, I have downloaded the nRF_MDK_7_2_1, and open \Keil_v5\ARM\Device\Nordic\nrf51822\Board\pca10001\s110\ble_app_beacon\arm\ble_app_beacon with Keil_v5.

I set IROM1 start from 0x0 and size is 0x40000, IRAM1 start from 0x2000000 and size is 0x4000. Then compile the hex files and flash it to the board PCA10001 , I can see the led light but can't detect the bluetooth device.

In the debug mode, I found the program stop in the fonction ble_stack_init();

Parents
  • To use the BLE examples you need to flash a SoftDevice first, using nRFGo Studio. Since you are using an example from the S110 you should flash S110. Be sure that you are using a SDK version that is compatible with the SoftDevice version, check the nRF51 Compatibility Matrix, found here. Then the examples should have the correct ROM and RAM settings.

    You can also find some more information in this blog.

Reply
  • To use the BLE examples you need to flash a SoftDevice first, using nRFGo Studio. Since you are using an example from the S110 you should flash S110. Be sure that you are using a SDK version that is compatible with the SoftDevice version, check the nRF51 Compatibility Matrix, found here. Then the examples should have the correct ROM and RAM settings.

    You can also find some more information in this blog.

Children
Related