Application Interface#
Application interface to the bootloader.
The application interface consists of functions that can be included in the customer application that and will communicate with the bootloader through the MainBootloaderTable_t. This table contains function pointers to the bootloader. The 10th word of the bootloader contains a pointer to this struct, allowing any application to easily locate it. To access the bootloader table, use wrapper functions. Avoid accessing the bootloader table directly.