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 0b7a903 commit fb53eb6Copy full SHA for fb53eb6
targets/TARGET_Silicon_Labs/TARGET_EFM32/common/cmsis_nvic.h
@@ -8,7 +8,7 @@
8
#define NVIC_NUM_VECTORS (16 + EXT_IRQ_COUNT) // CORE + MCU Peripherals
9
10
/* For GCC, use dynamic vector table placement since otherwise we run into an alignment conflict */
11
-#if (defined (__GNUC__) && (!defined(__CC_ARM)))
+#if (defined (__GNUC__) && (!defined(__CC_ARM) && (!defined(__ARMCC_VERSION))))
12
extern uint32_t __start_vector_table__; // Dynamic vector positioning in GCC
13
#define NVIC_RAM_VECTOR_ADDRESS (&__start_vector_table__)
14
#else
0 commit comments