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

Softdevice suitable for multilink central NRF51822

Hi, I am using NRF51822 and GCC compiler. I am using softdevice S130. SDK 12.2. I want to receive the data from Peripheral that is one way only. I want to use multilink central application on NRF51822. When i compile the code then i got the error as

/usr/local/gcc-arm-none-eabi-5_4-2016q3/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld: region RAM overflowed with stack

I checked in Makefile, Heap size is zero only. How can i use the nrf51822 to fit this application? i changed the RAM area as

RAM (rwx) :  ORIGIN = 0x20001fe8, LENGTH = 0x2018

Is it possible to use other SD and reduce some more RAM?

Related