Secure storage of variables in no-init RAM section

Hi,

I've set-up a no-init section in the RAM of my nrf52833 and want to store data in it, which I can read after reboot of the device. I configured my application and bootloader project with the same adress space. It works as expected but I want to know if the address space is used by the softdevice or other components and could be overwritten or deleted? Or is the content of the RAM section untouched until I changed something?

Best regards,

Christian

Related