Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE
@controlSUITE ver. 3.4.4 and CCS ver 6.2 I meet following errors;
>> Compilation failure
subdir_rules.mk:7: recipe for target 'F2837xS_CpuTimers.obj' failed
"C:/ti/controlSUITE/device_support/F2837xS/v210/F2837xS_headers/include/F2837xS_device.h", line 31: warning #262-D: explicit type is missing ("int" assumed)
"C:/ti/controlSUITE/device_support/F2837xS/v210/F2837xS_headers/include/F2837xS_device.h", line 31: error #66: expected a ";"
I checked where is makes the errors (line 31);
extern __cregister volatile unsigned int IFR;
"__cregister" is not highlighted on the window, means missing something? I can not understand why semicolon is requested on the line.
Instead of v210, should I use v200, v190, and or lower version, or what is the v-xx0 inherently, is it a version?, what is difference between them?
Best,
Takano