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.

Macro Definition Documentation#

BOOTLOADER_ERROR_INIT_STORAGE#

#define BOOTLOADER_ERROR_INIT_STORAGE
Value:
  (BOOTLOADER_ERROR_INIT_BASE | 0x01L)

Storage initialization error.


Definition at line 69 of file platform/bootloader/api/btl_errorcode.h

BOOTLOADER_ERROR_INIT_TABLE#

#define BOOTLOADER_ERROR_INIT_TABLE
Value:
  (BOOTLOADER_ERROR_INIT_BASE | 0x02L)

Bootloader table invalid.


Definition at line 72 of file platform/bootloader/api/btl_errorcode.h

BOOTLOADER_ERROR_INIT_SFDP#

#define BOOTLOADER_ERROR_INIT_SFDP
Value:
  (BOOTLOADER_ERROR_INIT_BASE | 0x03L)

Bootloader SFDP not supported.


Definition at line 75 of file platform/bootloader/api/btl_errorcode.h