linker script

This commit is contained in:
Beslan
2021-12-16 18:07:55 +03:00
parent 11d88ad924
commit e659ae7cec

View File

@@ -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);