I'm using nrf51 with 16kb memory
I know that there is a region for softdevice, region for the bootlader and region for the app code and a free region
my questions :
is it in this free regions where my code save data using pstorage
?
what's the size of this free region?
if the bootloader or the softdevice are not used, would their memory regions be available for general use using pstorage
?