6.5.2 Memory Map
Refer to the Memory Map chapter or use the CMSIS *.SVD files provided for each part when implementing your tools. In addition, these registers from the ROM Configuration (ROMCFG) fuse are relevant for programming and debugging the device:
| Address | Name | Disables/Allows | Bit Field Values | Value after Chip Erase |
|---|---|---|---|---|
0x0D00_0018 | KEYVAL_CRC | CMD_CRC (check memory integrity) | KEYVAL[31:0] | 0xFFFF_FFFF |
0x0D00_0020 | KEYVAL_CE_ALL | CMD_CE_ALL (Chip Erase) | KEYVAL[31:0] | 0xFFFF_FFFF |
0x0D00_0028 | KEYVAL_SDAL0 | CMD_SDAL0 (Set Debugger Access Level to 0) | KEYVAL[31:0] | 0xFFFF_FFFF |
Note: Decoding of
KEYVAL bit field values:- All bytes are 0xFF: Command is allowed
- All bytes are 0x00: Command is diabled
