Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: idd_hw5_bleFanProto
Fork of nRF51822 by
Bootloader util API.
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. | |
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.
Definition at line 139 of file bootloader_util_arm.c.
Generated on Tue Jul 12 2022 17:01:30 by
1.7.2
