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.
程序中的这些struct在哪里能够定位到他们的定义
在以下地址:
C:\TI\controlSUITE\device_support\f2833x\v133\DSP2833x_headers\include
谢谢您的回答,我现在又出现一个问题:我已经添加了include,在自己写的程序中调用struct ECAN_REGS ECanbShadow,就会显示variable "ECanbShadow" was declared but never referenced,请问这是问题。
因为你定义了这个结构体变量,却并没有使用,所以会有这个警告