소스 검색

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. */