We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e36f54 commit 6609dfbCopy full SHA for 6609dfb
bsp/stm32/stm32f411-atk-nano/board/linker_scripts/link.lds
@@ -6,8 +6,8 @@
6
/* Program Entry, set to mark it as "used" and avoid gc */
7
MEMORY
8
{
9
- ROM (rx) : ORIGIN = 0x08000000, LENGTH = 256 /* 256KB flash */
10
- RAM (rw) : ORIGIN = 0x20000000, LENGTH = 128k /* 128K sram */
+ ROM (rx) : ORIGIN = 0x08000000, LENGTH = 256k /* 256KB flash */
+ RAM (rw) : ORIGIN = 0x20000000, LENGTH = 128k /* 128K sram */
11
}
12
ENTRY(Reset_Handler)
13
_system_stack_size = 0x200;
0 commit comments