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