#define USER_VECT_TAB_ADDRESS
#ifdefined(USER_VECT_TAB_ADDRESS)/*!< Uncomment the following line if you need to relocate your vector Tablein Sram else user remap will be done in Flash. *//* #define VECT_TAB_SRAM */#ifdefined(VECT_TAB_SRAM)
#define VECT_TAB_BASE_ADDRESSSRAM1_BASE/*!< Vector Table base address field.This value must be a multiple of 0x200. */
#define VECT_TAB_OFFSET0x0000E000U /*!< Vector Table base offset field.This value must be a multiple of 0x200. */
#else
#define VECT_TAB_BASE_ADDRESSFLASH_BASE/*!< Vector Table base address field.This value must be a multiple of 0x200. */
#define VECT_TAB_OFFSET0x0000E000U /*!< Vector Table base offset field.This value must be a multiple of 0x200. */
#endif /* VECT_TAB_SRAM */
#endif /* USER_VECT_TAB_ADDRESS */