瀏覽代碼

Map SRAM1 to RAM address space

Kevin Lee 4 年之前
父節點
當前提交
01bec99b03
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Nixie_Firmware_Rust/memory.x

+ 1 - 1
Nixie_Firmware_Rust/memory.x

@@ -4,7 +4,7 @@ MEMORY
   /* TODO Adjust these memory regions to match your device memory layout */
   /* These values correspond to the LM3S6965, one of the few devices QEMU can emulate */
   FLASH : ORIGIN = 0x00000000, LENGTH = 256K
-  RAM : ORIGIN = 0x20000000, LENGTH = 64K
+  RAM : ORIGIN = 0x20000000, LENGTH = 48K
 }
 
 /* This is where the call stack will be allocated. */