From d108d90cdb849d648a1015472962190474ebb448 Mon Sep 17 00:00:00 2001 From: cscherr Date: Thu, 17 Apr 2025 16:30:49 +0200 Subject: [PATCH] feat: add back memory.x --- memory.x | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 memory.x diff --git a/memory.x b/memory.x new file mode 100755 index 0000000..6edfca9 --- /dev/null +++ b/memory.x @@ -0,0 +1,8 @@ +# FLASH 0x08000000 - 0x0802FFFF 192K +# RAM 0x20000000 - 0x20004FFF 20K + +MEMORY +{ + FLASH : ORIGIN = 0x08000000, LENGTH = 192K + RAM : ORIGIN = 0x20000000, LENGTH = 20K +}