flip-link does not respect memory.x
overrides
#43
Labels
dificulty: easy
Pretty easy to solve
priority: high
High priority for the Knurling team
status: needs PR
Issue just needs a Pull Request implementing the changes
type: bug
Something isn't working
Steps to reproduce
Instantiate the
app-template
for the nRF52840 (addnrf52840-hal
as a dependency).Create a
memory.x
overrideBoth binary tools indicate that
flip-link
thinks the RAM size is 256 KiB (0x4_0000
) even though thememory.x
override indicates 128 KiBrust-lld
(disableflip-link
)rust-lld
respects thememory.x
override and uses 128 KiB as the size of theRAM
regionMeta
flip-link
versionThe text was updated successfully, but these errors were encountered: