Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hi:
When build my project, #838 error, console display as below
I check E2E , have the same question :
e2e.ti.com/.../559968 unrecognized cregister name 'IER'
Add #include "F2803x_Cla_typedefs.h" in the first included header in DSP280x_Device.h , it does not work , still unrecognized cregister name 'IER' and 'IFR'
Check the picture above I think the compiler don't unrecognized keyword "cregister " but in F2803x_Cla_typedefs.h
#ifndef __TMS320C28XX__
#define __cregister
#endif //__TMS320C28xx__
The above picture i double click the error message to open DSP280x_Device.h ,and the display show "cregister "is not a keyword and unrecognized .
But when i double click the file name in Project Explorer, the display show cregister is a key word , display show as below
Then I edit one DSP280x_Device.h, the other one change simultaneously, so i think this two windows of DSP280x_Device.h display the same file, but in the different display?
Need suggestion the correct the build error, thanks




