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();

Related