File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS
TARGET_MCU_K22F/TARGET_MCU_K22F512/device Expand file tree Collapse file tree 4 files changed +4
-4
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 + 100 ) // 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 + 65 ) // 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 /* defined(__CC_ARM) */
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 + 74 ) // 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 /* defined(__CC_ARM) */
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 + 86 ) // 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