linker script
This commit is contained in:
@@ -237,7 +237,7 @@ SECTIONS
|
|||||||
*(.gnu.linkonce.r.*)
|
*(.gnu.linkonce.r.*)
|
||||||
. = ALIGN(0x4);
|
. = ALIGN(0x4);
|
||||||
} >SPI_FLASH
|
} >SPI_FLASH
|
||||||
/*
|
*/
|
||||||
/* Set stack top to end of RAM, and stack limit move down by
|
/* Set stack top to end of RAM, and stack limit move down by
|
||||||
* size of stack_dummy section */
|
* size of stack_dummy section */
|
||||||
__StackTop = ORIGIN(RAM) + LENGTH(RAM);
|
__StackTop = ORIGIN(RAM) + LENGTH(RAM);
|
||||||
|
|||||||
Reference in New Issue
Block a user