We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e5b09 commit af42f1aCopy full SHA for af42f1a
embedded/memory.x
@@ -1,5 +1,5 @@
1
MEMORY
2
{
3
- FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
+ FLASH : ORIGIN = 0x00000000, LENGTH = 2048K
4
RAM : ORIGIN = 0x20000000, LENGTH = 512K
5
}
0 commit comments