![]() |
MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
|
application entry contents More...
#include <mcci_arm_cm0plus.h>
Data Fields | |
| uint32_t | entry |
| uint32_t | stack |
application entry contents
Every Cortex M0 application begins with two DWORDs. The first is the stack pointer; the second is the program counter.
We use MCCI Russian Doll structure nesting; this is the root of the hierarchy that forms the page zero vectors.
Definition at line 475 of file mcci_arm_cm0plus.h.
| uint32_t Mcci_CortexAppEntryContents_t::entry |
Definition at line 478 of file mcci_arm_cm0plus.h.
Referenced by McciBootloaderPlatform_checkImageValid(), and McciBootloaderPlatform_startApp().
| uint32_t Mcci_CortexAppEntryContents_t::stack |
Definition at line 477 of file mcci_arm_cm0plus.h.
Referenced by McciBootloaderPlatform_checkImageValid(), and McciBootloaderPlatform_startApp().