![]() |
MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
|
Go to the source code of this file.
Macros | |
| #define | _mcci_bootloader_cm0plus_h_ /* prevent multiple includes */ |
Variables | |
| const McciBootloader_CortexPageZero_t | gk_McciBootloader_CortexVectors |
| the CortexM0 vectors for the boot loader. | |
| const McciBootloader_SignatureBlock_t | gk_McciBootloader_SignatureBlock |
| the application signature block | |
| #define _mcci_bootloader_cm0plus_h_ /* prevent multiple includes */ |
Definition at line 23 of file mcci_bootloader_cm0plus.h.
|
extern |
the CortexM0 vectors for the boot loader.
The vectors are put in section .McciBootloader_Vectors – be sure to research the link script when making changes here.
Definition at line 45 of file mccibootloaderboard_catenaabz_vectors.c.
Referenced by McciBootloader_Stm32L0_systemInit().
|
extern |
the application signature block
The signature block is put in section .McciBootloader_Signature – be sure to research the link script when making changes here.
Definition at line 113 of file mccibootloaderboard_catenaabz_vectors.c.