1.1.3.3. cli.cmd_bootloader.bootloader_binary_file

Implementation for handling and preparing an application binary for usage with the Bootloader. This includes e.g., calculating a CRC table of the application binary. Note: As the TMS570 is a big endian MCU, all operations are implemented as such.

Classes

BootloaderBinaryFile([path_app_binary, ...])

Class to handle an application binary file and prepare the binary data for bootloader usage (e.g., calculate a CRC for of the application binary).