I am not very familiar with Arduino Zero, and while reviewing the SAM D21 datasheet, I noticed that NVM can be set to read-only (i.e., LOCK). I would like to ask if it is possible to set NVM or SRAM to be non-readable in a similar way?
Can I achieve this goal using the bootloader region?
In other words, can the bootloader region be configured to prevent other code in the NVM (Non-Volatile Memory) from freely reading this area?