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.

Starterware/TMS320F28377S: TMS320F28377S v210 F2837xS_can - crashes compilation

Part Number: TMS320F28377S
Other Parts Discussed in Thread: C2000WARE, TMS320F28379D, CONTROLSUITE

Tool/software: Starterware

I have prepared a new project with lib v210 . I have also installed CCS7 and compiler 16.9.1. When I try to compile my project i see in Error messagebox 26xErros without descriptions.
The problem should be in this point.

#if __TI_COMPILER_VERSION__ >= 16006000
typedef unsigned int bp_16 __attribute__((byte_peripheral));
typedef unsigned long bp_32 __attribute__((byte_peripheral));
#endif

Only CAN lib uses this new type and it make crashes of my compilation.

Dou You have any idea what can I do to make my project working with lib v210 ?