Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: TI C/C++ Compiler
I have been building a C28 project (based on a ControlSuite example program) that uses a tweaked .cmd linker file. Yesterday, I noticed in my Project Properties dialog box that the processor selected was wrong, it was F28M35M52C when it should have been F28M35H52C so I changed it to the correct processor.
Now my attempts to compile fail during the link stage with 22 errors all with stuff like " RAML0 memory range has already been specified" so I'm pretty sure that what the processor change did is introduce another .cmd file but I can't see where that has been added.
Any pointers to solve this appreciated.