This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF51822QFAB Flash and RAM settings.

Hello, I am using SDK 12.2.0 with s130_nrf51_2.0.1 softdevice and running ble_app_hrs example.

My FLASH and RAM settings are:

FLASH (rx) : ORIGIN = 0x1b000, LENGTH = 0x5000 RAM (rwx) : ORIGIN = 0x20002800, LENGTH = 0x1800

On compiling, I get following error:

_build/nrf51422_xxac.out section .text' will not fit in regionFLASH'

region `FLASH' overflowed by 24776 bytes

I understand the settings are wrong.

I am following the devzone article present here

Your suggestions will be appreciated.

Thanks.

Related