Bootloader module interface.
More...
Bootloader module interface.
bool bootloader_app_is_valid |
( |
uint32_t |
app_addr | ) |
|
Function for validating application region.
- Parameters
-
[in] | app_addr | Address to the region where the application is stored. |
- Return values
-
true | If Application region is valid. |
false | If Application region is not valid. |
void bootloader_app_start |
( |
uint32_t |
app_addr | ) |
|
Function for.
- Parameters
-
[in] | app_addr | Address to the region where the application is stored. |
uint32_t bootloader_dfu_start |
( |
void |
| ) |
|
Function for starting the Device Firmware Update.
- Return values
-
NRF_SUCCESS | If new appliction image was successfully transfered. |
Function for processing DFU status update.
- Parameters
-
[in] | update_status | DFU update status. |
Function for retrieving the bootloader settings.
- Parameters
-
[out] | p_settings | A copy of the current bootloader settings is returned in the structure provided. |