Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE
Tool/software: Code Composer Studio
Hello,
I am working with control CARD CC2803X with F28035 controller and a docking station. when I do the 'Test connection' it shows it is connected. Then as second step like all beginners do, I tried to run the Flashing leds project already available in the templates project of controlSUITE.
If i just open this project and building it it gives me 21 errors.
Description Resource Path Location Type
BEGIN memory range has F28035_FLASH_FlashingLeds.CMD /FlashingLeds-F28035 line 63 C/C++ Problem
BOOT_RSVD memory range F28035_FLASH_FlashingLeds.CMD /FlashingLeds-F28035 line 75 C/C++ Problem
BOOT_RSVD memory range has F28035_FLASH_FlashingLeds.CMD /FlashingLeds-F28035 line 75 C/C++ Problem
BOOTROM memory range F28035_FLASH_FlashingLeds.CMD /FlashingLeds-F28035 line 70 C/C++ Problem
BOOTROM memory range has F28035_FLASH_FlashingLeds.CMD /FlashingLeds-F28035 line 70 C/C++ Problem
errors encountered during linking; "FlashingLeds.out" not built FlashingLeds-F28035 C/C++ Problem
gmake: *** [FlashingLeds.out] Error 1 FlashingLeds-F28035 C/C++ Problem
gmake: Target 'all' not remade because of errors. FlashingLeds-F28035 C/C++ Problem
IQTABLES memory range F28035_FLASH_FlashingLeds.CMD /FlashingLeds-F28035 line 66 C/C++ Problem
IQTABLES memory range has F28035_FLASH_FlashingLeds.CMD /FlashingLeds-F28035 line 66 C/C++ Problem
IQTABLES2 memory range F28035_FLASH_FlashingLeds.CMD /FlashingLeds-F28035 line 67 C/C++ Problem
IQTABLES2 memory range has F28035_FLASH_FlashingLeds.CMD /FlashingLeds-F28035 line 67 C/C++ Problem
IQTABLES3 memory range F28035_FLASH_FlashingLeds.CMD /FlashingLeds-F28035 line 68 C/C++ Problem
IQTABLES3 memory range has F28035_FLASH_FlashingLeds.CMD /FlashingLeds-F28035 line 68 C/C++ Problem
RAML0 memory range overlaps F28035_FLASH_FlashingLeds.CMD /FlashingLeds-F28035 line 52 C/C++ Problem
RAML2 memory range has F28035_FLASH_FlashingLeds.CMD /FlashingLeds-F28035 line 79 C/C++ Problem
RAML2 memory range overlaps F28035_FLASH_FlashingLeds.CMD /FlashingLeds-F28035 line 79 C/C++ Problem
RAMM1 memory range has F28035_FLASH_FlashingLeds.CMD /FlashingLeds-F28035 line 77 C/C++ Problem
RAMM1 memory range overlaps F28035_FLASH_FlashingLeds.CMD /FlashingLeds-F28035 line 77 C/C++ Problem
RESET memory range has F28035_FLASH_FlashingLeds.CMD /FlashingLeds-F28035 line 71 C/C++ Problem
RESET memory range overlaps F28035_FLASH_FlashingLeds.CMD /FlashingLeds-F28035 line 71 C/C++ Problem
Does anyone has idea what is wrong here? because it is a sample example it should run as it is.
Regards,
Mohsin Ejaz Ahmad