Part Number: CCSTUDIO-THEIA
Other Parts Discussed in Thread: C2000WARE
When I opened the CCS12.8.1F28377D project using CCS20.4, I encountered the following error:
In project 'PSFBCtrl': #148: declaration is incompatible with "volatile unsigned int IFR" (declared at line 72 of "D:/_MyApp/TI/C2000Ware_5_00_00_00/device_support/f2837xd/headers/include/F2837xD_device.h")
[Line 61, Column 1]
In project 'PSFBCtrl': #148: declaration is incompatible with "volatile unsigned int IER" (declared at line 73 of "D:/_MyApp/TI/C2000Ware_5_00_00_00/device_support/f2837xd/headers/include/F2837xD_device.h")
[Line 68, Column 1] F2837xD_device.h is the bitfield header file, while cpu.h is the driverlib header file. Does CCS20.4 support _DUAL_HEADERS? How can this be resolved?