You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

This command reads data (from 1 to 64 bytes) from requested EEPROM address.

Byte

Value

Description

1

0xA8

EEPROM_READ command ID

2

AddrHigh

High part of address (address [15:8])

3

AddrLow

Low part of address (address [7:0])

4

size

Number of bytes to read (max 64)

From 5 to 64

-

Not used

EEPROM_READ Command Packet Layout.

Byte

Description

From 1 to size

Read result

From size to 64

Not used

EEPROM_READ Reply Packet Layout.
  • No labels