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

Available RAM for the Application

I am using the nRF51822 chip. The RAM memory is composed of two blocks (0 and 1) of 8kB each, divided into 4 sections : Call Stack, Heap, Application, and SoftDevice. If the block 0 is used by the SoftDevice, so the block 1 is used by the Call Stack, Heap, and Application.

My question is, what is the available amount of memory for the application, knowing that Call Stack is using 1536bytes (in the S110 specification) ? because I can read everywhere that 8kB are available.

Could you please clarify ? Thanks,

Related