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

simple ble_app_beacon on nrf51822 QFABC0

Hi, I have an nrf51822 ( variant AB) and I am trying to program a simple ble app beacon example on it. But I am failing over and over. After searching , I found out that I should use softdevice s110 and since my RAM is 16K and flash is 128K then I changed the linker description file as following:

MEMORY

{ FLASH (rx) : ORIGIN = 0x14000, LENGTH = 0xC000

RAM (rwx) : ORIGIN = 0x20002000, LENGTH = 0x2000

}

It doesn't fail during softdevice and application flashing but it does not work. I have used SDK version 8.0.0 and softdevice s110 from that sdk. Any thought?

Regards, Ben

Related