File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ extern uint32_t __VECTOR_RAM[];
39
39
#endif
40
40
41
41
/* Symbols defined by the linker script */
42
- #define NVIC_NUM_VECTORS (16 + 240 ) // CORE + MCU Peripherals
42
+ #define NVIC_NUM_VECTORS (16 + 32 ) // CORE + MCU Peripherals
43
43
#define NVIC_RAM_VECTOR_ADDRESS (__VECTOR_RAM) // Vectors positioned at start of RAM
44
44
45
45
#endif
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ extern uint32_t __VECTOR_RAM[];
39
39
#endif
40
40
41
41
/* Symbols defined by the linker script */
42
- #define NVIC_NUM_VECTORS (16 + 240 ) // CORE + MCU Peripherals
42
+ #define NVIC_NUM_VECTORS (16 + 32 ) // CORE + MCU Peripherals
43
43
#define NVIC_RAM_VECTOR_ADDRESS (__VECTOR_RAM) // Vectors positioned at start of RAM
44
44
45
45
#endif
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ extern uint32_t __VECTOR_RAM[];
39
39
#endif
40
40
41
41
/* Symbols defined by the linker script */
42
- #define NVIC_NUM_VECTORS (16 + 240 ) // CORE + MCU Peripherals
42
+ #define NVIC_NUM_VECTORS (16 + 32 ) // CORE + MCU Peripherals
43
43
#define NVIC_RAM_VECTOR_ADDRESS (__VECTOR_RAM) // Vectors positioned at start of RAM
44
44
45
45
#endif
You can’t perform that action at this time.
0 commit comments