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.
1 parent a10e5d1 commit f38e12fCopy full SHA for f38e12f
ports/stm32f4/boards/STM32F405_boot.ld
@@ -17,7 +17,7 @@ MEMORY
17
_minimum_stack_size = 2K;
18
_minimum_heap_size = 16K;
19
20
-/* Define tho top end of the stack. The stack is full descending so begins just
+/* Define the top end of the stack. The stack is full descending so begins just
21
above last byte of RAM. Note that EABI requires the stack to be 8-byte
22
aligned for a call. */
23
_estack = ORIGIN(RAM) + LENGTH(RAM);
@@ -105,4 +105,3 @@ SECTIONS
105
.ARM.attributes 0 : { *(.ARM.attributes) }
106
}
107
108
-
0 commit comments