Dear Nordic developers,
I want to write 24 bytes constant in Non-volatile Memory. Additionally, I want that this data can only be read by MCU and not being rewritten or erased.
I'm not using softdevice.
I'm thinkng to use UICR registers starting from 0x10001080 address. But I'm not sure how to protect the data not to be rewritten and read by other peripherals than MCU. Can you please tell is this possible or no?
I know that I can use code memory by deviding it in CR0 and CR1 regions and save my data in CR0. In this case I don't know how exactly should I write my data into CR0?
I'd highly appreciate any advice.
Best regards, Harut