6.5 Read EE Data

Enables the bootloader to read bytes out from the EEPROM memory.

Summary

A common practice for bootloaders is the ability to write and read from any memory block on the chip. For the bootloader to accomplish this task in the EEPROM portion of memory, custom read and write commands must be provided for the EEPROM. This command is used to read bytes of data from the EEPROM portion of memory.

Figure 6-5. Read EEPROM Data