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.

CCSTUDIO-THEIA: Does CCS20.4 support _DUAL_HEADERS?

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?