As far as I understood, the flash protection can be realized by writing the 0x00 to the lowest 8 bits of UICR APPPROTECT register either putting it code image or via the nrfjprog after the image flashing.
Our production firmware consists of two parts: main hex is the same for all chips and contains the firmware itself, that needs to be protected from reading. Second part is the Zigbee production configuration hex (like described here), unique for each chip, that supposed to be added later to simplify device accounting while packaging, etc.
So, question is, what is the correct workflow to realize the firmware protection in this case?
Is there any possibility to add the second hex to the write-protected chip without making the full erase?