Skip to content

K66F,KW24D,K22F,K64F: Fix NVIC_NUM_VECTORS value #4963

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extern uint32_t __VECTOR_RAM[];
#endif

/* Symbols defined by the linker script */
#define NVIC_NUM_VECTORS (16 + 240) // CORE + MCU Peripherals
#define NVIC_NUM_VECTORS (16 + 100) // CORE + MCU Peripherals
#define NVIC_RAM_VECTOR_ADDRESS (__VECTOR_RAM) // Vectors positioned at start of RAM

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extern uint32_t __VECTOR_RAM[];
#endif

/* Symbols defined by the linker script */
#define NVIC_NUM_VECTORS (16 + 240) // CORE + MCU Peripherals
#define NVIC_NUM_VECTORS (16 + 65) // CORE + MCU Peripherals
#define NVIC_RAM_VECTOR_ADDRESS (__VECTOR_RAM) // Vectors positioned at start of RAM

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extern uint32_t __VECTOR_RAM[];
#endif /* defined(__CC_ARM) */

/* Symbols defined by the linker script */
#define NVIC_NUM_VECTORS (16 + 240) // CORE + MCU Peripherals
#define NVIC_NUM_VECTORS (16 + 74) // CORE + MCU Peripherals
#define NVIC_RAM_VECTOR_ADDRESS (__VECTOR_RAM) // Vectors positioned at start of RAM

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extern uint32_t __VECTOR_RAM[];
#endif /* defined(__CC_ARM) */

/* Symbols defined by the linker script */
#define NVIC_NUM_VECTORS (16 + 240) // CORE + MCU Peripherals
#define NVIC_NUM_VECTORS (16 + 86) // CORE + MCU Peripherals
#define NVIC_RAM_VECTOR_ADDRESS (__VECTOR_RAM) // Vectors positioned at start of RAM

#endif