diff --git a/port/msp432p401lp-cc256x/startup_msp432p401r_gcc.c b/port/msp432p401lp-cc256x/startup_msp432p401r_gcc.c index 6d6de04a7..4118351c9 100644 --- a/port/msp432p401lp-cc256x/startup_msp432p401r_gcc.c +++ b/port/msp432p401lp-cc256x/startup_msp432p401r_gcc.c @@ -102,7 +102,7 @@ extern void SysTick_Handler(void); /* the program if located at a start address other than 0. */ void (* const interruptVectors[])(void) __attribute__ ((section (".intvecs"))) = { - (void (*)(void))((uint32_t)0x20004000), + (void (*)(void))((uint32_t)0x20010000), /* The initial stack pointer */ resetISR, /* The reset handler */ nmiISR, /* The NMI handler */