Sfoglia il codice sorgente

Map SRAM1 to RAM address space

Kevin Lee 4 anni fa
parent
commit
01bec99b03
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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. */