MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
Mcci_CortexAppEntryContents_t Struct Reference

application entry contents More...

#include <mcci_arm_cm0plus.h>

Data Fields

uint32_t entry
 
uint32_t stack
 

Detailed Description

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.

Field Documentation

◆ entry

uint32_t Mcci_CortexAppEntryContents_t::entry

◆ stack

uint32_t Mcci_CortexAppEntryContents_t::stack

The documentation for this struct was generated from the following file: