36 * Start the application at the given address. This function does
37 * not return. It is the applications responsibility for flushing to
38 * or powering down external components such as filesystems or
39 * socket connections before calling this function. For Cortex-M
40 * devices this function powers down generic system components such as
41 * the NVIC and set the vector table to that of the new image followed
42 * by jumping to the reset handler of the new image.
43 *
44 * @param address Starting address of next application to run
45 */
46void mbed_start_application(uintptr_t address);
47
48#ifdef __cplusplus
49 }
50#endif
51#endif
52
53#endif
54
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.