Communication Component Error Codes#
Bootloader error codes returned by communication components.
Offset from BOOTLOADER_ERROR_COMMUNICATION_BASE
Macros#
Invalid input parameter to security algorithm Could not initialize hardware resources for communication protocol.
Could not start communication with host (timeout, sync error, version mismatch, ...)
Host closed communication, no image received.
Unrecoverable error in host-bootloader communication.
Host closed communication, no valid image received.
Communication aborted, no response from host.
Macro Definition Documentation#
BOOTLOADER_ERROR_COMMUNICATION_INIT#
#define BOOTLOADER_ERROR_COMMUNICATION_INITValue:
(BOOTLOADER_ERROR_COMMUNICATION_BASE | 0x01L)
Invalid input parameter to security algorithm Could not initialize hardware resources for communication protocol.
194
of file platform/bootloader/api/btl_errorcode.h
BOOTLOADER_ERROR_COMMUNICATION_START#
#define BOOTLOADER_ERROR_COMMUNICATION_STARTValue:
(BOOTLOADER_ERROR_COMMUNICATION_BASE | 0x02L)
Could not start communication with host (timeout, sync error, version mismatch, ...)
198
of file platform/bootloader/api/btl_errorcode.h
BOOTLOADER_ERROR_COMMUNICATION_DONE#
#define BOOTLOADER_ERROR_COMMUNICATION_DONEValue:
(BOOTLOADER_ERROR_COMMUNICATION_BASE | 0x03L)
Host closed communication, no image received.
201
of file platform/bootloader/api/btl_errorcode.h
BOOTLOADER_ERROR_COMMUNICATION_ERROR#
#define BOOTLOADER_ERROR_COMMUNICATION_ERRORValue:
(BOOTLOADER_ERROR_COMMUNICATION_BASE | 0x04L)
Unrecoverable error in host-bootloader communication.
204
of file platform/bootloader/api/btl_errorcode.h
BOOTLOADER_ERROR_COMMUNICATION_IMAGE_ERROR#
#define BOOTLOADER_ERROR_COMMUNICATION_IMAGE_ERRORValue:
(BOOTLOADER_ERROR_COMMUNICATION_BASE | 0x05L)
Host closed communication, no valid image received.
207
of file platform/bootloader/api/btl_errorcode.h
BOOTLOADER_ERROR_COMMUNICATION_TIMEOUT#
#define BOOTLOADER_ERROR_COMMUNICATION_TIMEOUTValue:
(BOOTLOADER_ERROR_COMMUNICATION_BASE | 0x06L)
Communication aborted, no response from host.
210
of file platform/bootloader/api/btl_errorcode.h