This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Unable to load 28035 Experimenter Kit "LED Flashing" with CCS v6

Other Parts Discussed in Thread: CONTROLSUITE

I am coming back to CCS several years after having done efficient signal analysis and real-time power control with the 2808 family under CCS v3.x.

Honestly, I am struck by how complex became to now "universal" environment of CCS v6 and, despite a huge and highly dispersed amount of ressources (videos, app notes, integrated ressource explorer, web site, wiki links, workshops, training, kits of all kind...) we feel so lost on where to start to build a new application.

My first approach, as it was several years ago, was to buy a small dev kit, load an example, make it run, modify a few code lines to get familiar and then load one or more examples closer to my need and start building my own app on this basis. But even after a few days of loading, reloading, reading pdf's, looking at videos, etc, I feel being at the same point.

I imported the "F2803x Flashing LEDs Project" in my workspace (another drive "e:" on my machine) and, when building the project, got at the <linking> phase, a full list of memory overlapping errors, as shown in the text below.

I do have this 28035 "experimenter's kit". Please can any experienced user guide me through the overload of internet information on how to get started efficently? Should I go back to a much older dev environement?

I had the desire of using the CLA processor but, with all the problems of getting a LED to flash, I doubt I will have the time and patience of attacking such a monster (not even able to find & load the C compiler for this CLA!!!). 

<Linking>
"../F28035_FLASH_FlashingLeds.CMD", line 52: error: RAML0 memory range overlaps
   existing memory range RAML0L1
>> Compilation failure
"../F28035_FLASH_FlashingLeds.CMD", line 63: error: BEGIN memory range has
   already been specified
"../F28035_FLASH_FlashingLeds.CMD", line 66: error: IQTABLES memory range has
   already been specified
"../F28035_FLASH_FlashingLeds.CMD", line 66: error: IQTABLES memory range
   overlaps existing memory range IQTABLES
"../F28035_FLASH_FlashingLeds.CMD", line 67: error: IQTABLES2 memory range has
   already been specified
"../F28035_FLASH_FlashingLeds.CMD", line 67: error: IQTABLES2 memory range
   overlaps existing memory range IQTABLES2
"../F28035_FLASH_FlashingLeds.CMD", line 68: error: IQTABLES3 memory range has
   already been specified
"../F28035_FLASH_FlashingLeds.CMD", line 68: error: IQTABLES3 memory range
   overlaps existing memory range IQTABLES3
"../F28035_FLASH_FlashingLeds.CMD", line 70: error: BOOTROM memory range has
   already been specified
"../F28035_FLASH_FlashingLeds.CMD", line 70: error: BOOTROM memory range
   overlaps existing memory range BOOTROM
"../F28035_FLASH_FlashingLeds.CMD", line 71: error: RESET memory range has
   already been specified
"../F28035_FLASH_FlashingLeds.CMD", line 71: error: RESET memory range overlaps
   existing memory range RESET
"../F28035_FLASH_FlashingLeds.CMD", line 75: error: BOOT_RSVD memory range has
   already been specified
"../F28035_FLASH_FlashingLeds.CMD", line 75: error: BOOT_RSVD memory range
   overlaps existing memory range BOOT_RSVD
"../F28035_FLASH_FlashingLeds.CMD", line 77: error: RAMM1 memory range has
   already been specified
"../F28035_FLASH_FlashingLeds.CMD", line 77: error: RAMM1 memory range overlaps
   existing memory range RAMM1
"../F28035_FLASH_FlashingLeds.CMD", line 79: error: RAML2 memory range has
   already been specified
"../F28035_FLASH_FlashingLeds.CMD", line 79: error: RAML2 memory range overlaps
   existing memory range RAML2
error: errors encountered during linking; "FlashingLeds.out" not built
gmake: *** [FlashingLeds.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****