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 45aa9a8 commit 959102aCopy full SHA for 959102a
bsp/stm32/stm32g030-tiny-board/board/linker_scripts/link.lds
@@ -5,8 +5,8 @@
5
/* Program Entry, set to mark it as "used" and avoid gc */
6
MEMORY
7
{
8
- ROM (rx) : ORIGIN = 0x08000000, LENGTH = 64k /* 256KB flash */
9
- RAM (rw) : ORIGIN = 0x20000000, LENGTH = 8k /* 32K sram */
+ ROM (rx) : ORIGIN = 0x08000000, LENGTH = 128k /* 128KB flash */
+ RAM (rw) : ORIGIN = 0x20000000, LENGTH = 8k /* 8K sram */
10
}
11
ENTRY(Reset_Handler)
12
_system_stack_size = 0x400;
0 commit comments