Initialization Error Codes#

Bootloader error codes returned by initialization code.

Offset from BOOTLOADER_ERROR_INIT_BASE

Macros#

#define
BOOTLOADER_ERROR_INIT_STORAGE (BOOTLOADER_ERROR_INIT_BASE | 0x01L)

Storage initialization error.

#define
BOOTLOADER_ERROR_INIT_TABLE (BOOTLOADER_ERROR_INIT_BASE | 0x02L)

Bootloader table invalid.

#define
BOOTLOADER_ERROR_INIT_SFDP (BOOTLOADER_ERROR_INIT_BASE | 0x03L)

Bootloader SFDP not supported.