| cmdMEM_RD | Index |
Command Code:
The Packet:
| 0 | 1 | 2 | 3 | 4 | 5 | |||||
| address | 4 | cmdMEM_RD | ADDRH | ADDRL | NBYTES |
| ADDRH - | Address high-byte |
| ADDRL - | Address low-byte |
| NBYTES - | Number of bytes to read (0-7) |
Description:
This command retrieves data directly from the BrainStem EEPROM. A memory address that is out of range will generate an error message. A byte count that is out of range will also generate an error message.
The reply is a memory data packet with the requested number of bytes.
This command is for low-level verification of EEPROM access subroutines. It is not intended for general use.