Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions lib/pbio/platform/ev3/platform.ld
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ MEMORY
{
SRAM_PRU0 (rw) : ORIGIN = 0x80000000, LENGTH = 64K
SRAM_PRU1 (rw) : ORIGIN = 0x80010000, LENGTH = 64K
DDR_unused (rwx) : ORIGIN = 0xC0000000, LENGTH = 0x8000
DDR (rwx) : ORIGIN = 0xC0008000, LENGTH = (64M - 0x8000)
DDR (rwx) : ORIGIN = 0xC0000000, LENGTH = 64M
ARM_LRAM (rwx) : ORIGIN = 0xFFFF0000, LENGTH = (8K - 16)
}

Expand Down