![]() |
MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
|
Go to the source code of this file.
Macros | |
| #define | _mcci_bootloader_cm7_h_ /* prevent multiple includes */ |
Variables | |
| const McciBootloader_CortexM7PageZero_t | gk_McciBootloader_CortexVectors |
| the CortexM7 vectors for the boot loader. | |
| const McciBootloader_SignatureBlock_t | gk_McciBootloader_SignatureBlock |
| the application signature block | |
| #define _mcci_bootloader_cm7_h_ /* prevent multiple includes */ |
Definition at line 23 of file mcci_bootloader_cm7.h.
|
extern |
the CortexM7 vectors for the boot loader.
The vectors are put in section .McciBootloader_Vectors – be sure to research the link script when making changes here.
the CortexM7 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.
|
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.