changes memeory map to match RISCV-VP, commit a94fd67

This commit is contained in:
2026-02-01 18:58:28 +01:00
parent 3ee8f6d230
commit f3232373fe
3 changed files with 15 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
MEMORY
{
ram (wxa!ri) : ORIGIN = 0x00000000, LENGTH = 128K
rom (rxai!w) : ORIGIN = 0x10080000, LENGTH = 8k
flash (rxai!w) : ORIGIN = 0x20000000, LENGTH = 16M
dram (wxa!ri) : ORIGIN = 0x40000000, LENGTH = 2048M
dram (wxa!ri) : ORIGIN = 0x00000000, LENGTH = 1024M
ram (wxa!ri) : ORIGIN = 0xE0000000, LENGTH = 128K
rom (rxai!w) : ORIGIN = 0xF0080000, LENGTH = 8k
flash (rxai!w) : ORIGIN = 0xF2000000, LENGTH = 16M
}