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

Calculate available space to use flash data read and write

Hello Nordic Team

I am working on nRF52832 MCU, SDK-11. I want to calculate available space so that I can save custom sensors data in chip.

According to datasheet we have space 512 KB. Here Bootloader  occupied 24 KB, Softdevice occupied 108 KB, Application need at least 100 KB so total will be 232 KB and available space is 280 KB.

NOTE: Also this application supports the DFU so we need to reserve some space for that.

Questions: 

1. How much space need to reserve for DFU?

2. In above calculation we have 280 KB space left. So, how much space I can use for use for save custom sensors data?

3. If you provide any calculation then it will be great.

Please let me know my question is not clear or you need any more information.

Thanks

Rajneesh

Related