Initialization Error Codes

Description

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.