The device I am building requires a quantity of data to be loaded into the application data block so that it can be accessed at run time. The data is effectively calibration data and may change with each unit. I therefore don't want to hard-code it into the application itself.
I am using Keil and nRFgo studio. I see how to program bootloader, softdevice and application, but no way to program the application data block.
Is this possible? How would I go about it?
Many thanks
Barney