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.

[参考译文] TMS320F28388D:byte_peripheral 属性和 CCS12.7

Guru**** 1624225 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1371602/tms320f28388d-byte_peripheral-attribute-and-ccs12-7

器件型号:TMS320F28388D

工具与软件:

我使用的是 CCS 12.7.000007。  我尝试使用标头 f2838x_device.h 进行编译  它中有 typedefs ...

#ifndef _TMS320C28XX_CLA__
#if __TI_Compiler_version__>= 16006000
typedef unsigned int bp_16 _attribute__((byte_peripheral));
typedef unsigned long bp_32 _attribute__((byte_peripheral));
#endif
#endif

我不使用 CLA。  CCS 无法识别该属性。  应该是这样吗?  解决方法是什么?