DLN_BOOT_FLASH_DESC Structure
This structure is used to store configuration of the device internal flash memory.
DLN_BOOT_FLASH_DESC Structure
typedef struct
{
uint32_t appStartAddr;
uint32_t appMaxSize;
uint32_t pageSize;
} __PACKED_ATTR DLN_BOOT_FLASH_DESC;
Members:
- ppStartAddr
- A bit field, consisting of 32 bits. It is used to store the starting address of the device firmware.
- appMaxSize
- A bit field, consisting of 32 bits. It is used to store the maximum size of the device firmware.
- pageSize
- A bit field, consisting of 32 bits.
2006-2012