Quantcast
Channel: Tools
Viewing all articles
Browse latest Browse all 91752

Forum Post: RE: Memory mapping and linker, bin file

$
0
0

It appears that the application is being linked to the 0x11800000 address range. You can check the linker map file to confirm to what address the different sections are getting linked. Then make sure that the ROMS directive in your hex command line completely covers those memory ranges.

So something like:

ROMS
{
    FLASH: org=0x11800000, len=0x80000, .....
}


Viewing all articles
Browse latest Browse all 91752

Trending Articles