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

more than 4 characteristics

HI I am trying to make 5 characteristics on Nordic and my program does not compile for NRF51822 QF AA or AB. but compiles fine for QF AC. what could be the matter. I get an error saying

c:/users/asus-pc/appdata/roaming/arduino15/packages/redbearlab/tools/arm-none-eabi-gcc/4.8.3-2014q1/bin/../lib/gcc/arm-none-eabi/4.8.3/../../../../arm-none-eabi/bin/ld.exe: region RAM overflowed with stack collect2.exe: error: ld returned 1 exit status Error compiling.

My code is not to big and I am not using much of ram yet.

I am able to compile and run for nrf51822 QF AC modules. but for AA and AB it does not even compile. if I remove one characteristic(e.g. 4 char) then it compiles and works fine.

Related