Hello,
I am wondering how I can enable APPROTECT through UICR with a TFM project. Using ncs2.6.0 and nrf5340. My project makes use of TFM to separate secure and non-secure partitions. The issue I am running into is that using any of the following configurations does not work:
I tried to use the code in the sample project of TFM provisioning_image_net_core, but I lose the putty output, and I am still able to read out memory from the terminal (approtect is not enabled):
I am wondering if there are ways I can solve this issue. It might be because I am reading/writting to a secure area (UICR) from a non-secure area.
Thanks!