7.9 Memory Section Access from CPU and UPDI on Locked Device
The device can be locked so that the memories cannot be read using the UPDI. The locking protects both the Flash (all BOOT, APPCODE, and APPDATA sections), SRAM, and the EEPROM including the FUSE data. This prevents successful reading of application data or code using the debugger interface. Regular memory access from within the application still is enabled.
The device is locked by writing any invalid key to the LOCKBIT bit field in FUSE.LOCKBIT.
Memory Section | CPU Access | UPDI Access | ||
---|---|---|---|---|
Read | Write | Read | Write | |
SRAM | Yes | Yes | Yes | Yes |
Registers | Yes | Yes | Yes | Yes |
Flash | Yes | Yes | Yes | Yes |
EEPROM | Yes | Yes | Yes | Yes |
USERROW | Yes | Yes | Yes | Yes |
SIGROW | Yes | No | Yes | No |
Other Fuses | Yes | No | Yes | Yes |
Memory Section | CPU Access | UPDI Access | ||
---|---|---|---|---|
Read | Write | Read | Write | |
SRAM | Yes | Yes | No | No |
Registers | Yes | Yes | No | No |
Flash | Yes | Yes | No | No |
EEPROM | Yes | Yes | No | No |
USERROW | Yes | Yes | No | Yes(2) |
SIGROW | Yes | No | No | No |
Other Fuses | Yes | No | No | No |
Note:
- Read operations marked No in the tables may appear to be successful, but the data is corrupt. Hence, any attempt of code validation through the UPDI will fail on these memory sections.
- In Locked mode, the USERROW can be written blindly using the Fuse Write command, but the current USERROW values cannot be read out.
Important: The only way to unlock a device is a CHIPERASE, which will erase all
device memories to factory default so that no application data is retained.