RAM limit ?

19 Jul 2016

Hi,

I have a program written for nrf51822. When I compile it using the mbed online environment, it says that only 5.6kb of the RAM is used (out of 16kb available). However, when I try to add a variable that occupies 4096 bytes, the compiler complains that there is no more available space for that. Is the calculation shown for the project (right side of the IDE) not accurate?

Shay