"The user can define custom BSL code for flash-based devices and protect it against erasure and unintentional or unauthorized access."
I want to know if there is a similar feature in Arduino Zero (or ATSAMD21G18, since Arduino Zero seems to be the development board based on this microcontroller ). The most important thing is to ensure
"protect it against unintentional or unauthorized access"
, where access includes read, write, and execute. This is crucial for me.