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.

CCS/TMDSCNCD28035: Piccolo f28035

Part Number: TMDSCNCD28035
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

Hello dear friends

It's my first experience with this board. I apologize in advance if it's a very stupid question. But in working with each example I receive a lot of errors. Do you have any suggestion? for example for this project I have these errors:


**** Build of configuration F2803x_RAM for project 2xDC_Motor ****

"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: 2xDC_Motor.out'
'Invoking: C2000 Linker'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.7/bin/cl2000" -v28 -ml -mt --cla_support=cla0 -g --diag_warning=225 -z -m"2xDC_Motor.map" --stack_size=0x380 --warn_sections -i"c:/ti/ccsv6/tools/compiler/c2000_6.2.7/lib" -i"c:/ti/ccsv6/tools/compiler/c2000_6.2.7/include" --reread_libs --xml_link_info="2xDC_Motor_linkInfo.xml" --rom_model -o "2xDC_Motor.out" "./2xDC_Motor-DevInit_F2803x.obj" "./2xDC_Motor.obj" "./DLOG4CHC.obj" "./DSP2803x_GlobalVariableDefs.obj" "./DSP2803x_usDelay.obj" "../28035_RAM_lnk.cmd" "C:/ti/controlSUITE/device_support/f2803x/v122/DSP2803x_headers/cmd/DSP2803x_Headers_nonBIOS.cmd" "../F28035_RAM_2xDC_Motor.CMD" "C:/ti/controlSUITE/libs/math/IQmath/v15c/lib/IQmath.lib" -l"libc.a"
<Linking>
"../F28035_RAM_2xDC_Motor.CMD", line 51: error: BEGIN memory range has already
been specified
"../F28035_RAM_2xDC_Motor.CMD", line 51: error: BEGIN memory range overlaps

existing memory range BEGIN
>> Compilation failure
"../F28035_RAM_2xDC_Motor.CMD", line 53: error: RAMM0 memory range has already
been specified
"../F28035_RAM_2xDC_Motor.CMD", line 53: error: RAMM0 memory range overlaps
existing memory range RAMM0
"../F28035_RAM_2xDC_Motor.CMD", line 55: error: progRAM memory range overlaps
existing memory range RAML0L1
"../F28035_RAM_2xDC_Motor.CMD", line 57: error: IQTABLES memory range has
already been specified
"../F28035_RAM_2xDC_Motor.CMD", line 57: error: IQTABLES memory range overlaps
existing memory range IQTABLES
"../F28035_RAM_2xDC_Motor.CMD", line 58: error: IQTABLES2 memory range has
already been specified
"../F28035_RAM_2xDC_Motor.CMD", line 58: error: IQTABLES2 memory range overlaps
existing memory range IQTABLES2
"../F28035_RAM_2xDC_Motor.CMD", line 59: error: IQTABLES3 memory range has
already been specified
"../F28035_RAM_2xDC_Motor.CMD", line 59: error: IQTABLES3 memory range overlaps
existing memory range IQTABLES3
"../F28035_RAM_2xDC_Motor.CMD", line 61: error: RESET memory range has already
been specified
"../F28035_RAM_2xDC_Motor.CMD", line 61: error: RESET memory range overlaps
existing memory range RESET
"../F28035_RAM_2xDC_Motor.CMD", line 62: error: BOOTROM memory range has
already been specified
"../F28035_RAM_2xDC_Motor.CMD", line 62: error: BOOTROM memory range overlaps
existing memory range BOOTROM
"../F28035_RAM_2xDC_Motor.CMD", line 67: error: RAMM1 memory range has already
been specified
"../F28035_RAM_2xDC_Motor.CMD", line 67: error: RAMM1 memory range overlaps
existing memory range RAMM1
"../F28035_RAM_2xDC_Motor.CMD", line 69: error: dataRAM memory range overlaps
existing memory range RAML3
error: errors encountered during linking; "2xDC_Motor.out" not built
gmake: *** [2xDC_Motor.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

Can anybody guide me, please?

Regards