6 Bootload Communication Protocol: 8-bit
Introduction
One of the most important features of any bootloader is the bootloader’s command set. For the host application to use this command set, an agreed upon protocol is used by both the host and the bootloader applications to pass commands in a hex data string format between one another.
Response Codes
- 0x01 - Command Successful
- 0xFF - Command Unsupported
- 0xFE - Address Error
- 0xFD - Processing Error
- 0xFC - Buffer Overflow Error
Command Set