Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: Code Composer Studio
Hi I'm unsure why or how this happen, but I'm unable to compile the project..no code changes were made
the compiler prints this error:
>> Compilation failure
makefile:378: recipe for target 'Example_28035_Flash.out' failed
"../Cmd_Map_File/28035_RAM_lnk.cmd", line 87: error: RAML0L1 memory range
overlaps existing memory range RAML0
RAML0L1 : origin = 0x008000, length = 0x000C00
"../Cmd_Map_File/28035_RAM_lnk.cmd", line 87: error: RAML0L1 memory range
overlaps existing memory range RAML1
RAML0L1 : origin = 0x008000, length = 0x000C00
"../Cmd_Map_File/28035_RAM_lnk.cmd", line 88: error: RESET memory range has
The CMD file is untouched
What does the above mean and what is the cause,
thanks