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.
2 parents 0a365b3 + 41995a7 commit 0988e5dCopy full SHA for 0988e5d
targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/fsl_common.c
@@ -29,6 +29,12 @@
29
*/
30
31
#include "fsl_common.h"
32
+
33
+/* At least CMSIS 5.7 introduced vector table and define this GCC linker symbol to
34
+ __Vectors - not valid for many NXP MCU. To fix this, we undefine it if already defined
35
+ as it comes from a linker */
36
+#undef __VECTOR_TABLE
37
38
void InstallIRQHandler(IRQn_Type irq, uint32_t irqHandler)
39
{
40
/* Addresses for VECTOR_TABLE and VECTOR_RAM come from the linker file */
0 commit comments