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

nRF51822 memory

Hello

The nRF51822 has as I understand it 256kByte flash and 16kByte SRAM. If I run the S110 softdevice, how much sram/flash memory is available to my application program?

Regards Erik

Parents Reply Children
  • Hello Ole,

    I am using nRF51822 with 256KB of Flash memory and 16KB of RAM and SDK10.0.0 with RTX os. So when I am creating just 3 threads with less bytes needed for each byte then it's working properly but if I am increasing number of bytes needed in each thread then my application is not starting from correct address itself. If I am creating more than 3 number of threads then still my application is not starting from correct address when I am debugging my program. So do you know, what can be the reason for this? If I have to increase RAM size or stack size settings for that project then how to change that?

    Thanks.

Related