30 #if !defined(__VECTOR_TABLE_INFO_H__) 31 #define __VECTOR_TABLE_INFO_H__ 33 #include "bootloader_config.h" 50 #define APP_VECTOR_TABLE ((uint32_t *)BL_APP_VECTOR_TABLE_ADDRESS) 54 #define APP_VECTOR_TABLE ((uint32_t *)kDefaultVectorTableAddress) 67 #endif // __VECTOR_TABLE_INFO_H__ Address of the default vector table, which is always 0.
Definition: vector_table_info.h:46
Reset vector.
Definition: vector_table_info.h:62
_vector_table_entries
Constants for the entries of the vector table.
Definition: vector_table_info.h:59
Initial stack pointer.
Definition: vector_table_info.h:61
_vector_table_address
Defines a constant for the default vector table.
Definition: vector_table_info.h:43