1.2.9 Write EEPROM

Description

The SPI command “Write EEPROM” writes one data byte to the given EEPROM address.

Command Frame

Host

0x09

addr_high

addr_low

data

ATA8510/15events.systemevents.events

dummy

dummy

Parameters

  • 0x09 – Command ID
  • addr_high – High byte of the EEPROM address
  • addr_low – Low byte of the EEPROM address
  • data – Data byte
Return Values
  • events.system – Event byte (for details see SPI command “Get Event Bytes”)
  • events.events – Event byte (for details see SPI command “Get Event Bytes”)
  • dummy – Dummy byte (no information)
  • dummy – Dummy byte (no information)