Bootloader util API.

nRF5 SDK v9.0.0

nRF51 SDK v9.0.0

Bootloader util module interface. More...

Functions

void bootloader_util_app_start (uint32_t start_addr)
Function for starting the application (or bootloader) at the provided address. More...

Detailed Description

Bootloader util module interface.

Function Documentation

void bootloader_util_app_start ( uint32_t start_addr )

Function for starting the application (or bootloader) at the provided address.

Parameters
[in] start_addr Start address.
Note
This function will never retrun. Instead it will reset into the application of the provided address.

Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone .