I have a custom board with nRF52840 and uses Segger EDE.
In our project we would like to store some info about production to flash memory (DeviceID, production date etc). Is it possible to protect this area in case of firmware updates later on? Right now we uses a j-link to flash everything, but later we will make a bootloader.
Is it somehow possible to tell a bootloader not to erase a certain area of the flash?