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.

CCS/TMS320F28379S: Can.h won't compile

Part Number: TMS320F28379S
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

Loaded newest Control suite ( and Code Composer (7.0.0.00043). Using V210 header files. I did the example project and got a series of errors below. Note Can.h was not part of version 200 header files

"C:\TI\controlSUITE\device_support\F2837xS\v210\F2837xS_headers\include\F2837xS_can.h", line 530: error #2638: The alignment of an array element is greater than the element size
"C:\TI\controlSUITE\device_support\F2837xS\v210\F2837xS_headers\include\F2837xS_can.h", line 533: error #2638: The alignment of an array element is greater than the element size
"C:\TI\controlSUITE\device_support\F2837xS\v210\F2837xS_headers\include\F2837xS_can.h", line 535: error #2638: The alignment of an array element is greater than the element size
"C:\TI\controlSUITE\device_support\F2837xS\v210\F2837xS_headers\include\F2837xS_can.h", line 539: error #2638: The alignment of an array element is greater than the element size
"C:\TI\controlSUITE\device_support\F2837xS\v210\F2837xS_headers\include\F2837xS_can.h", line 543: error #2638: The alignment of an array element is greater than the element size
"C:\TI\controlSUITE\device_support\F2837xS\v210\F2837xS_headers\include\F2837xS_can.h", line 546: error #2638: The alignment of an array element is greater than the element size
"C:\TI\controlSUITE\device_support\F2837xS\v210\F2837xS_headers\include\F2837xS_can.h", line 549: error #2638: The alignment of an array element is greater than the element size
"C:\TI\controlSUITE\device_support\F2837xS\v210\F2837xS_headers\include\F2837xS_can.h", line 552: error #2638: The alignment of an array element is greater than the element size
"C:\TI\controlSUITE\device_support\F2837xS\v210\F2837xS_headers\include\F2837xS_can.h", line 554: error #2638: The alignment of an array element is greater than the element size
"C:\TI\controlSUITE\device_support\F2837xS\v210\F2837xS_headers\include\F2837xS_can.h", line 561: error #2638: The alignment of an array element is greater than the element size
"C:\TI\controlSUITE\device_support\F2837xS\v210\F2837xS_headers\include\F2837xS_can.h", line 568: error #2638: The alignment of an array element is greater than the element size
"C:\TI\controlSUITE\device_support\F2837xS\v210\F2837xS_headers\include\F2837xS_can.h", line 575: error #2638: The alignment of an array element is greater than the element size

I wanted to just comment this out but could not find where it is referenced. i don't use the CAN interface.  Any solutions thanks,