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 de76d98 commit 2f299b3Copy full SHA for 2f299b3
targets/TARGET_STM/TARGET_STM32L0/TARGET_DISCO_L072CZ_LRWAN1/device/cmsis_nvic.c
targets/TARGET_STM/TARGET_STM32L0/TARGET_DISCO_L072CZ_LRWAN1/device/cmsis_nvic.h
@@ -36,19 +36,6 @@
36
// MCU Peripherals: 32 vectors = 128 bytes from 0x40 to 0xBF
37
// Total: 48 vectors = 192 bytes (0xC0) to be reserved in RAM
38
#define NVIC_NUM_VECTORS 48
39
-#define NVIC_USER_IRQ_OFFSET 16
40
-
41
-#include "cmsis.h"
42
43
-#ifdef __cplusplus
44
-extern "C" {
45
-#endif
46
47
-void NVIC_SetVector(IRQn_Type IRQn, uint32_t vector);
48
-uint32_t NVIC_GetVector(IRQn_Type IRQn);
49
50
51
-}
52
+#define NVIC_RAM_VECTOR_ADDRESS (0x20000000) // Vectors positioned at start of RAM
53
54
#endif
0 commit comments