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,