feat: add back memory.x

This commit is contained in:
cscherr 2025-04-17 16:30:49 +02:00
parent 26f439acd0
commit d108d90cdb
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7

8
memory.x Executable file
View file

@ -0,0 +1,8 @@
# FLASH 0x08000000 - 0x0802FFFF 192K
# RAM 0x20000000 - 0x20004FFF 20K
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 192K
RAM : ORIGIN = 0x20000000, LENGTH = 20K
}