Skip to content

Commit 63ffca9

Browse files
Use the largest available flash& ram size
Currently stm32f030xc
1 parent b1b5970 commit 63ffca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

memory.x

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
MEMORY
22
{
33
/* NOTE K = KiBi = 1024 bytes */
4-
FLASH : ORIGIN = 0x08000000, LENGTH = 32K
5-
RAM : ORIGIN = 0x20000000, LENGTH = 6K
4+
FLASH : ORIGIN = 0x08000000, LENGTH = 256K
5+
RAM : ORIGIN = 0x20000000, LENGTH = 32K
66
}
77

88
/* This is where the call stack will be allocated. */

0 commit comments

Comments
 (0)