6 Bootload Communication Protocol: 8-bit

Introduction

One of the most important features of any bootloader is going to be the bootloader’s command set. In order 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