Skip to content

Commit ffe2f6d

Browse files
Merge pull request #64 from victorpv/re-script
Fixed ram size in RC board with new bootloader
2 parents 9492a66 + 15781c4 commit ffe2f6d

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)