Skip to content

Commit 8c3f9b9

Browse files
committed
Merge pull request #281 from ralfak/patch-3
Update stm32_rom.ld
2 parents 8465e40 + aed2512 commit 8c3f9b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bsp/stm32f40x/stm32_rom.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
/* Program Entry, set to mark it as "used" and avoid gc */
77
MEMORY
88
{
9-
CODE (rx) : ORIGIN = 0x08000000, LENGTH = 512k /* 512KB flash */
10-
DATA (rw) : ORIGIN = 0x20000000, LENGTH = 64k /* 64K sram */
9+
CODE (rx) : ORIGIN = 0x08000000, LENGTH = 1024k /* 1024KB flash */
10+
DATA (rw) : ORIGIN = 0x20000000, LENGTH = 128k /* 128K sram */
1111
}
1212
ENTRY(Reset_Handler)
1313
_system_stack_size = 0x100;

0 commit comments

Comments
 (0)