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 4642ded + 755e71e commit 3dba02bCopy full SHA for 3dba02b
variants/STM32G0xx/G071C(6-8-B)(T-U)_G081CB(T-U)/ldscript.ld
@@ -45,7 +45,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
45
MEMORY
46
{
47
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = LD_MAX_DATA_SIZE
48
- FLASH (rx) : ORIGIN = 0x8000000,+ LD_FLASH_OFFSET, LENGTH = LD_MAX_SIZE - LD_FLASH_OFFSET
+ FLASH (rx) : ORIGIN = 0x8000000 + LD_FLASH_OFFSET, LENGTH = LD_MAX_SIZE - LD_FLASH_OFFSET
49
}
50
51
/* Sections */
0 commit comments