Skip to content

Commit af42f1a

Browse files
committed
Double the FLASH
1 parent 47e5b09 commit af42f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded/memory.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MEMORY
22
{
3-
FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
3+
FLASH : ORIGIN = 0x00000000, LENGTH = 2048K
44
RAM : ORIGIN = 0x20000000, LENGTH = 512K
55
}

0 commit comments

Comments
 (0)