Update test-app linker script flash size to match configured partition size in target.h

pull/14/head
David Garske 2019-06-13 13:23:20 +02:00
parent 92ed57832f
commit 4b2a5f94c5
1 changed files with 1 additions and 1 deletions

View File

@ -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
}