BareBootTable_t Struct ReferenceApplication Interface > Common Application Interface
Description
Bare boot table. Can be mapped on top of vector table to access contents.
Definition at line
57
of file
btl_interface.h
.
#include <
btl_interface.h
>
Data Fields |
|
uint32_t * | stackTop |
Pointer to top of stack.
|
|
void(* | resetVector )(void) |
Pointer to reset vector.
|
|
uint32_t | reserved0 [5] |
Reserved pointers to fault handlers.
|
|
uint32_t | reserved1 [3] |
Reserved pointers to RESERVED fields.
|
|
void * | table |
Pointer to bootloader table.
|
|
uint32_t | reserved2 [2] |
Reserved pointers to SVC and DebugMon interrupts.
|
|
void * | signature |
Pointer to application signature.
|
|
The documentation for this struct was generated from the following file:
-
btl_interface.h