We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4620a commit bc8332bCopy full SHA for bc8332b
lib/pbio/platform/ev3/platform.ld
@@ -7,8 +7,7 @@ MEMORY
7
{
8
SRAM_PRU0 (rw) : ORIGIN = 0x80000000, LENGTH = 64K
9
SRAM_PRU1 (rw) : ORIGIN = 0x80010000, LENGTH = 64K
10
- DDR_unused (rwx) : ORIGIN = 0xC0000000, LENGTH = 0x8000
11
- DDR (rwx) : ORIGIN = 0xC0008000, LENGTH = (64M - 0x8000)
+ DDR (rwx) : ORIGIN = 0xC0000000, LENGTH = 64M
12
ARM_LRAM (rwx) : ORIGIN = 0xFFFF0000, LENGTH = (8K - 16)
13
}
14
0 commit comments