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

nrf51822_CEAA RAM limitation

Hi All,

I'm trying to test the ble_app_hrs_rscs_relay example on an nRF51822 (256 Ko flash / 16 Ko RAM) with the softdevice s130 but unfortunately the program is not being run. Compiling with Keil gives the following results: image description

Memory mapping is as following: image description

I'm using default Stack/Heap configuration in the startup code: image description

Please note, this same example is running perfectly on nrf51422 on the Nordic nRF51-DK (PCA10028 V1.1.0).

Could you please confirm that this issue is because of insufficient RAM size?

Many thanks in advance.

Related