diff --git a/test-app/RISCV.ld b/test-app/RISCV.ld index b1968c84..ed9167a7 100644 --- a/test-app/RISCV.ld +++ b/test-app/RISCV.ld @@ -4,7 +4,7 @@ ENTRY( _reset ) MEMORY { - FLASH(rxai!w) : ORIGIN = 0x20020100, LENGTH = 128K - 0x100 + FLASH(rxai!w) : ORIGIN = 0x20020100, LENGTH = 256K - 0x100 RAM(wxa!ri) : ORIGIN = 0x80000000, LENGTH = 16K }