|
|
|
@ -90,7 +90,7 @@ |
|
|
|
/*!< Uncomment the following line if you need to relocate the vector table
|
|
|
|
anywhere in FLASH BANK1 or AXI SRAM, else the vector table is kept at the automatic |
|
|
|
remap of boot address selected */ |
|
|
|
/* #define USER_VECT_TAB_ADDRESS */ |
|
|
|
#define USER_VECT_TAB_ADDRESS |
|
|
|
|
|
|
|
#if defined(USER_VECT_TAB_ADDRESS) |
|
|
|
#if defined(DUAL_CORE) && defined(CORE_CM4) |
|
|
|
@ -118,7 +118,7 @@ |
|
|
|
#endif /* DUAL_CORE && CORE_CM4 */ |
|
|
|
|
|
|
|
#if !defined(VECT_TAB_OFFSET) |
|
|
|
#define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field. |
|
|
|
#define VECT_TAB_OFFSET 0x00020000U /*!< Vector Table base offset field. |
|
|
|
This value must be a multiple of 0x400. */ |
|
|
|
#endif /* VECT_TAB_OFFSET */ |
|
|
|
|
|
|
|
|