Skip to content

Commit 959102a

Browse files
committed
[bsp][stm32][stm32g030-tiny-board] change link.lds to update ROM size
1 parent 45aa9a8 commit 959102a

File tree

1 file changed

+2
-2
lines changed
  • bsp/stm32/stm32g030-tiny-board/board/linker_scripts

1 file changed

+2
-2
lines changed

bsp/stm32/stm32g030-tiny-board/board/linker_scripts/link.lds

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* Program Entry, set to mark it as "used" and avoid gc */
66
MEMORY
77
{
8-
ROM (rx) : ORIGIN = 0x08000000, LENGTH = 64k /* 256KB flash */
9-
RAM (rw) : ORIGIN = 0x20000000, LENGTH = 8k /* 32K sram */
8+
ROM (rx) : ORIGIN = 0x08000000, LENGTH = 128k /* 128KB flash */
9+
RAM (rw) : ORIGIN = 0x20000000, LENGTH = 8k /* 8K sram */
1010
}
1111
ENTRY(Reset_Handler)
1212
_system_stack_size = 0x400;

0 commit comments

Comments
 (0)