5.1.10.1 Data Zone - Clear Text Write

Standard Clear Text Writes

Clear text writes to Data zone slots are only possible for slots so configured provided they have not been SlotLocked. Note that any given slot may allow for more than one block of data to be written to it based on the size of the slot. 4 or 32-byte writes are permissible for any block within a slot provided that slot is not secret. For secret slots only 32 byte writes are permitted. The last block of any slot will not be 32 bytes. This can still be written as a 32-byte write and the additional bytes need to be padded with zeros. For the ATECC608B-TNGLoRaWAN device, Slots 2-7, 8-12 and 14 can be written as clear text.

Table 5-33. Clear Text Write Input Parameters

Opcode
(1 Byte)

Mode
(1 Byte)

Address
(2 Bytes)

Data
(4 or 32 Bytes)

Description
0x120x02See Section Address Encoding4 bytes4-byte write
0x82See Section Address Encoding32 bytes32-byte write
Table 5-34. Clear Text Write Output Response
NameSizeDescription
Response1 byteIf successful, it will return a value of 0x00. If unsuccessful, then an error code will be returned.