10.3.2 Example: Write EEPROM command

The following illustrates the data exchanges that occur during a write operation of four bytes—$04, $09, $19 and $97—to addresses $02, $03, $04 and $05 in the current user zone.

StepsHostDeviceValNote
StartCLA**Class (ignored by CryptoMemory®)
Step 2INS$B0Write instruction
Step 3P1**Address byte A1 (ignored by 0104C - 1616C)
Step 4P2$02Address byte A2 = $02
Step 5P3$04Four data bytes
Step 6INS$B0Device responds with INS code
Step 7Data$04Byte to be written at start address $02
Step 8Data$09Byte to be written at address $03
Step 9Data$19Byte to be written at address $04
Step 10Data$97Byte to be written at address $05
Step 11Write Cycle~5 ms
Step 12SW1$90Write operation successful
FinishSW2$00