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 b22a174 commit 0b7a903Copy full SHA for 0b7a903
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/device/nvic_addr.h
targets/TARGET_STM/nvic_addr.h
@@ -23,7 +23,7 @@ extern "C" {
23
#if defined(__ICCARM__)
24
#pragma section=".intvec"
25
#define NVIC_FLASH_VECTOR_ADDRESS ((uint32_t)__section_begin(".intvec"))
26
-#elif defined(__CC_ARM)
+#elif defined(__CC_ARM) || (defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050))
27
extern uint32_t Load$$LR$$LR_IROM1$$Base[];
28
#define NVIC_FLASH_VECTOR_ADDRESS ((uint32_t)Load$$LR$$LR_IROM1$$Base)
29
#elif defined(__GNUC__)
0 commit comments