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

Examples not working

Hello,

I just got a nRF51 DK and I'm trying the examples of nRF folder in the Pack distribution (SDK 7.2).

I can compile the Blinky project but its not working if I flash it with the pre-configured target. If I change the IROM1 address from 0x16000 to 0x0 it works and the leds blink.

When trying a BLE example, flashing the S110 v.8 Softdevice works with nRFGo Studio. When trying to flash the application using nRFGo Studio, it says that the hex file has data on Softdevice region. Changing the target IROM1 from 0x16000 to 0x18000 I can flash it just fine, but I can't see it working.

Am I missing anything? Is there any step-by-step guide to make the examples work?

Thanks in advance

Parents
  • Different versions of the softdevice have different sizes. You need to ensure that you use the softdevice version that corresponds to the nRF51 SDK version (only one version is usually supported), otherwise you will get errors like those you describe.

Reply
  • Different versions of the softdevice have different sizes. You need to ensure that you use the softdevice version that corresponds to the nRF51 SDK version (only one version is usually supported), otherwise you will get errors like those you describe.

Children
No Data