Skip to content

Commit 4b2a5f9

Browse files
committed
Update test-app linker script flash size to match configured partition size in target.h
1 parent 92ed578 commit 4b2a5f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-app/RISCV.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENTRY( _reset )
44

55
MEMORY
66
{
7-
FLASH(rxai!w) : ORIGIN = 0x20020100, LENGTH = 128K - 0x100
7+
FLASH(rxai!w) : ORIGIN = 0x20020100, LENGTH = 256K - 0x100
88
RAM(wxa!ri) : ORIGIN = 0x80000000, LENGTH = 16K
99
}
1010

0 commit comments

Comments
 (0)