xxxx_0x00000.bin and xxxx_0x40000.bin and its memory map
Posted: Sun Jun 05, 2016 6:06 pm
those two files exist in the makefile
Is xxxx_0x00000.bin =boot.bin?
is xxxx_0x40000.bin=user app bin?
if linker script following used,
xxxx_0x00000.bin mapped to 0x40200000
and xxxx_0x400000.bin mapped to 0x40240000?
Is xxxx_0x00000.bin =boot.bin?
is xxxx_0x40000.bin=user app bin?
if linker script following used,
xxxx_0x00000.bin mapped to 0x40200000
and xxxx_0x400000.bin mapped to 0x40240000?
Code: Select all
eagle.app.v6.ld
/* This linker script generated from xt-genldscripts.tpp for LSP . */
/* Linker Script for ld -N */
MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
iram1_0_seg : org = 0x40100000, len = 0x8000
irom0_0_seg : org = 0x40240000, len = 0x3C000
}