I am trying to build my first project for the H52C1 Concerto controlCARD, so I installed controlSUITE and was following the instructions for the F28M35x Quickstart User's Guide. I was able to create the project for the Host, but after following instructions as well as I could, when I tried to build the project for the C2000, I see the errors at the end of this message.
I am using CCS Version: 5.0.1.201105110900 which was installed long before controlSUITE. While going through the instructions, there were times when the options specified did not exist. Perhaps controlSuite is not updating CCS?? For example, in the IMPORTANT instructions preceding the quick start, it says I must install TS470 and C2000 Code Generation tools by going to help->Software Updates->Find and Install. The "Software Updates" and "Find and Install" menu items do not exist and I could not figure out how to follow those instructions. When creating a project, Device Variant did not have an option for 28M35x Concerto or F28M35H52C1. The Code Generation Tools show TI v6.0.1 in the instructions, but the latest I had was TI v5.2.10.
**** Build of configuration Debug for project Concerto2_C2000 ****
C:\Program Files (x86)\Texas Instruments\ccsv5\utils\gmake\gmake -k all
'Building file: C:/TI/controlSUITE/device_support/f28m35x/v110/F28M35x_common/source/F28M35x_usDelay.asm'
'Invoking: C2000 Compiler'
"C:/Program Files (x86)/Texas Instruments/ccsv5/tools/compiler/c2000/bin/cl2000" -g --include_path="C:/Program Files (x86)/Texas Instruments/ccsv5/tools/compiler/c2000/include" --include_path="C:\TI\controlSUITE\device_support\f28m35x\v110\F28M35x_common\include" --include_path="C:\TI\controlSUITE\device_support\f28m35x\v110\F28M35x_headers\include" --diag_warning=225 --preproc_with_compile --preproc_dependency="F28M35x_usDelay.pp" "C:/TI/controlSUITE/device_support/f28m35x/v110/F28M35x_common/source/F28M35x_usDelay.asm"
"C:/TI/controlSUITE/device_support/f28m35x/v110/F28M35x_common/source/F28M35x_usDelay.asm", ERROR! at line 44:
[E0002]
Invalid instruction for specified processor version
BF _DSP28x_usDelay,GEQ ;; Loop if ACC >= 0
2 Assembly Errors, No Assembly Warnings
"C:/TI/controlSUITE/device_support/f28m35x/v110/F28M35x_common/source/F28M35x_usDelay.asm", ERROR! at line 45:
[E0002]
Invalid instruction for specified processor version
LRETR
Errors in Source - Assembler Aborted