When I try to debug with my program and the file tries to download to my PnE U-MultiLink, I get the following error message:
"There was an error parsing the memory configuration file:
Reserved range 0x200100000:0x5FFFFFFFF overlaps with Reserved
range 0x40000004:0x4000001F"
The .mem file looks like this:
usederivative "MK60D10"
// Memory Map:
// ----------------------------------------------------------------------
range 0x00000000 0x000003FF 4 ReadWrite // 1 KBytes Code Flash and Read-only Data
range 0x00000400 0x0000040F 4 ReadWrite // 0 KBytes Flash Configuration Field
range 0x00000410 0x0007FFFF 4 ReadWrite // 510 KBytes Code Flash and Read-only Data
reserved 0x00080000 0x1FFEFFFF
range 0x1FFF0000 0x1FFFFFFF 4 ReadWrite // 64 KBytes Tightly Coupled Memory Lower (TCML) SRAM (ICODE/DCODE)
range 0x20000000 0x2000FFFF 4 ReadWrite // 64 KBytes Tightly Coupled Memory Upper(TCML) SRAM (ICODE/DCODE)
reserved 0x20010000 0x5FFFFFFF
range 0x60000000 0x600FFFFF 4 ReadWrite // 1 MBytes
range 0x60100000 0x6011FFFF 4 ReadWrite // 128 KBytes
reserved 0xE0100000 0xFFFFFFFF
I don't see the problem. Are there any ideas?