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 b0c7c81 commit 8fa27ceCopy full SHA for 8fa27ce
variants/HY_TinySTM103T/ldscript.ld
@@ -60,7 +60,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
60
/* Specify the memory areas */
61
MEMORY
62
{
63
-RAM (xrw) : ORIGIN = 0x20000000, LENGTH = LD_MAX_DATA_SIZE
+RAM (xrw) : ORIGIN = 0x20000000, LENGTH = LD_MAX_DATA_SIZE
64
FLASH (rx) : ORIGIN = 0x8000000 + LD_FLASH_OFFSET, LENGTH = LD_MAX_SIZE - LD_FLASH_OFFSET
65
}
66
0 commit comments