We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ac294 commit eb8ab48Copy full SHA for eb8ab48
system/STM32H7xx/system_stm32h7xx.c
@@ -81,6 +81,7 @@
81
This value must be a multiple of 0x300. */
82
#endif
83
84
+#ifndef VECT_TAB_BASE_ADDRESS
85
#if defined(DUAL_CORE) && defined(CORE_CM4)
86
#if defined(VECT_TAB_SRAM)
87
#define VECT_TAB_BASE_ADDRESS D2_AXISRAM_BASE /*!< Vector Table base address field.
@@ -99,7 +100,7 @@
99
100
101
#endif /* VECT_TAB_SRAM */
102
#endif /* DUAL_CORE && CORE_CM4 */
-
103
+#endif /* !VECT_TAB_BASE_ADDRESS */
104
105
106
/******************************************************************************/
0 commit comments