Part Number: TMS320F28377D
Tool/software: Code Composer Studio
While trying to fetch bitfiled structures by opening can_loopback_bitfields.c for finding the status of error flags in CAN communication, compiler version is not supported, as i'm using version v130, and compiler version TI V17.3.0. Compiler is latest one, but my all device headers are from v130. when i'm trying to add headers from v210 it shows error because globlevariablesdef.c is again from V130. When i tried to add up globlevariablesdefs.c from V210, it was showing more errors.
"#237 variable "CanaRegs" was declared with a never-completed type"
"#237 variable "CanbRegs" was declared with a never-completed type".
This is the error i'm getting. I have checked threards related to this errors in TI community. But i think compiler update is not the problem.
As far as compiler is concerned i'm using the latest version and have updated it in my build settings.
Help me..!!