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.
2 parents 8465e40 + aed2512 commit 8c3f9b9Copy full SHA for 8c3f9b9
bsp/stm32f40x/stm32_rom.ld
@@ -6,8 +6,8 @@
6
/* Program Entry, set to mark it as "used" and avoid gc */
7
MEMORY
8
{
9
- CODE (rx) : ORIGIN = 0x08000000, LENGTH = 512k /* 512KB flash */
10
- DATA (rw) : ORIGIN = 0x20000000, LENGTH = 64k /* 64K sram */
+ CODE (rx) : ORIGIN = 0x08000000, LENGTH = 1024k /* 1024KB flash */
+ DATA (rw) : ORIGIN = 0x20000000, LENGTH = 128k /* 128K sram */
11
}
12
ENTRY(Reset_Handler)
13
_system_stack_size = 0x100;
0 commit comments