![]() |
MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
|
#include "mcci_bootloader_platform.h"#include "mcci_bootloader_bits.h"#include "mcci_arm_cm0plus.h"#include <stdint.h>Go to the source code of this file.
Macros | |
| #define | FUNCTION "McciBootloaderPlatform_startApp" |
Functions | |
| void | McciBootloaderPlatform_startApp (const void *pAppBase) |
| #define FUNCTION "McciBootloaderPlatform_startApp" |
Definition at line 85 of file mccibootloaderplatform_startapp.c.
| void McciBootloaderPlatform_startApp | ( | const void * | pAppBase | ) |
Definition at line 88 of file mccibootloaderplatform_startapp.c.
References Mcci_CortexAppEntryContents_t::entry, MCCI_CM0PLUS_SCB_VTOR, MCCI_CM0PLUS_SCB_VTOR_TBLOFF, McciArm_putReg(), McciBootloaderPlatform_prepareForLaunch(), and Mcci_CortexAppEntryContents_t::stack.
Referenced by McciBootloader_main().