feat: add back memory.x
This commit is contained in:
parent
26f439acd0
commit
d108d90cdb
1 changed files with 8 additions and 0 deletions
8
memory.x
Executable file
8
memory.x
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
# FLASH 0x08000000 - 0x0802FFFF 192K
|
||||||
|
# RAM 0x20000000 - 0x20004FFF 20K
|
||||||
|
|
||||||
|
MEMORY
|
||||||
|
{
|
||||||
|
FLASH : ORIGIN = 0x08000000, LENGTH = 192K
|
||||||
|
RAM : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue