Skip to content

Commit 15781c4

Browse files
committed
Ram size corrected.
It was wrongly set to 61KB. It is actually 48KB for RC, and 64 for RD and RE, but I am using 64KB in an RCT6 mcu without any issue.
1 parent 66b3a03 commit 15781c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

STM32F1/variants/generic_stm32f103r/ld/stm32f103re-bootloader.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
MEMORY
2323
{
24-
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 61K
24+
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
2525
rom (rx) : ORIGIN = 0x08002000, LENGTH = 504K
2626
}
2727

0 commit comments

Comments
 (0)