Location: bl_configuration.h:98
Data Fields
| Type | Name | Description |
|---|---|---|
|
uint32_t |
Secure mode first key. |
|
|
uint32_t |
Secure mode second key (optional) |
|
|
uint32_t |
Secure mode content certificate. |
|
|
uint32_t |
Program start address. |
|
|
uint32_t |
Memory configuration to enable. |
|
|
uint32_t |
Memory Retention configuration. |
|
|
uint32_t |
CCITT CRC of previous fields. |
Location: bl_image.h:102
Data Fields
| Type | Name | Description |
|---|---|---|
|
uint32_t |
Offset of the data from the base of the application being downloaded. |
|
|
size_t |
Length of the data. |
|
|
uint32_t |
CRC32 calculated over the data. |
|
|
uint8_t |
Buffer to hold the data. |
Location: bl_image.h:111
Data Fields
| Type | Name | Description |
|---|---|---|
|
uint8_t * |
Address of the data. |
|
|
size_t |
Length of the data. |
|
|
uint8_t * |
Address of the split in the data. |
|
|
size_t |
Length of the data in the split section. |
Location: bl_loader.h:168
Data Fields
| Type | Name | Description |
|---|---|---|
|
uint8_t |
Type of message status. |
|
|
uint8_t |
Status for this message. |
Location: bl_versions.h:112
Data Fields
| Type | Name | Description |
|---|---|---|
|
App ID string. |
||
|
uint16_t |
<major[15:12]>.
|
Location: bl_versions.h:119
Data Fields
| Type | Name | Description |
|---|---|---|
|
Version info of boot loader. |
||
|
Version info of loaded application. |
||
|
uint16_t |
Loading block size to use. |