1.5.1.4.7 SRV_STORAGE_BOOT_CONFIG Struct
C
typedef struct {
uint32_t cfgKey;
uint32_t imgSize;
uint32_t origAddr;
uint32_t destAddr;
uint8_t pagesCounter;
uint8_t bootState;
} SRV_STORAGE_BOOT_CONFIG;
Summary
Structure and key to define the boot configuration information that needs to be kept in non-volatile storage.
Description
This data type defines the structure and key to define the boot configurationm information used by the Firmware Upgrade service and the PRIME Bootloader application that needs to be kept in non-volatile storage.
Remarks
None.