We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ed578 commit 4b2a5f9Copy full SHA for 4b2a5f9
1 file changed
test-app/RISCV.ld
@@ -4,7 +4,7 @@ ENTRY( _reset )
4
5
MEMORY
6
{
7
- FLASH(rxai!w) : ORIGIN = 0x20020100, LENGTH = 128K - 0x100
+ FLASH(rxai!w) : ORIGIN = 0x20020100, LENGTH = 256K - 0x100
8
RAM(wxa!ri) : ORIGIN = 0x80000000, LENGTH = 16K
9
}
10
0 commit comments