File tree Expand file tree Collapse file tree 7 files changed +14
-0
lines changed Expand file tree Collapse file tree 7 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 9393/*!< Uncomment the following line if you need to relocate your vector Table in
9494 Internal SRAM. */
9595/* #define VECT_TAB_SRAM */
96+ #ifndef VECT_TAB_OFFSET
9697#define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field.
9798 This value must be a multiple of 0x200. */
99+ #endif
98100/******************************************************************************/
99101
100102/**
Original file line number Diff line number Diff line change 113113/*!< Uncomment the following line if you need to relocate your vector Table in
114114 Internal SRAM. */
115115/* #define VECT_TAB_SRAM */
116+ #ifndef VECT_TAB_OFFSET
116117#define VECT_TAB_OFFSET 0x0 /*!< Vector Table base offset field.
117118 This value must be a multiple of 0x200. */
119+ #endif
118120/**
119121 * @}
120122 */
Original file line number Diff line number Diff line change 106106/*!< Uncomment the following line if you need to relocate your vector Table in
107107 Internal SRAM. */
108108/* #define VECT_TAB_SRAM */
109+ #ifndef VECT_TAB_OFFSET
109110#define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field.
110111 This value must be a multiple of 0x200. */
112+ #endif
111113/******************************************************************************/
112114
113115/**
Original file line number Diff line number Diff line change 9292/*!< Uncomment the following line if you need to relocate your vector Table in
9393 Internal SRAM. */
9494/* #define VECT_TAB_SRAM */
95+ #ifndef VECT_TAB_OFFSET
9596#define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field.
9697 This value must be a multiple of 0x200. */
98+ #endif
9799/******************************************************************************/
98100
99101/**
Original file line number Diff line number Diff line change 9696/*!< Uncomment the following line if you need to relocate your vector Table in
9797 Internal SRAM. */
9898/* #define VECT_TAB_SRAM */
99+ #ifndef VECT_TAB_OFFSET
99100#define VECT_TAB_OFFSET 0x00U /*!< Vector Table base offset field.
100101 This value must be a multiple of 0x200. */
102+ #endif
101103/******************************************************************************/
102104/**
103105 * @}
Original file line number Diff line number Diff line change 9494/*!< Uncomment the following line if you need to relocate your vector Table in
9595 Internal SRAM. */
9696/* #define VECT_TAB_SRAM */
97+ #ifndef VECT_TAB_OFFSET
9798#define VECT_TAB_OFFSET 0x00U /*!< Vector Table base offset field.
9899 This value must be a multiple of 0x200. */
100+ #endif
99101/**
100102 * @}
101103 */
Original file line number Diff line number Diff line change 139139/*!< Uncomment the following line if you need to relocate your vector Table in
140140 Internal SRAM. */
141141/* #define VECT_TAB_SRAM */
142+ #ifndef VECT_TAB_OFFSET
142143#define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field.
143144 This value must be a multiple of 0x200. */
145+ #endif
144146/******************************************************************************/
145147/**
146148 * @}
You can’t perform that action at this time.
0 commit comments