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.

errors in DSP2803x_Adc.h

Other Parts Discussed in Thread: CONTROLSUITE

I am working on a 3 phase inverter based on 28035 controller. The sample project "HVACI_Sensorless_CLA_F2803x" looks similar to my requirement.

I am getting the so many warnings while compiling the sample project. It is building the .out file though. I am using 6.1.0 compiler.

How to get rid of these error/ warning messages? Why there is a problem with standard include files?

"C:/ti/controlSUITE/development_kits/HVMotorCtrl+PfcKit_v2.0/HVPM_Sensorless_CLA_F2803x/../../../device_support/f2803x/v125/DSP2803x_headers/include/DSP2803x_Adc.h", line 111: remark #232-D:
nonstandard type for a bit field
Uint16 INT5E:1; // 5 INTx Interrupt Enable
^

"C:/ti/controlSUITE/development_kits/HVMotorCtrl+PfcKit_v2.0/HVPM_Sensorless_CLA_F2803x/../../../device_support/f2803x/v125/DSP2803x_headers/include/DSP2803x_Adc.h", line 112: remark #232-D:
nonstandard type for a bit field
Uint16 INT5CONT:1; // 6 INTx Continuous Mode Enable
^

"C:/ti/controlSUITE/development_kits/HVMotorCtrl+PfcKit_v2.0/HVPM_Sensorless_CLA_F2803x/../../../device_support/f2803x/v125/DSP2803x_headers/include/DSP2803x_Adc.h", line 113: remark #232-D:
nonstandard type for a bit field
Uint16 rsvd1:1; // 7 reserved


Thanks


Joy