mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 00:28:18 +00:00
msp432p401lp-cc256x: set SP to end of 64k SRAM
This commit is contained in:
parent
10457fd120
commit
14ce5a690e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user