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.
工具/软件:Code Composer Studio
您好!
我无法对 XL2570LC43进行编码以打开 LED。
我观看了有关 打开 LED 的教程视频、但最后出现错误。 显示的错误为吹扫
>"test6.out"无法打开文件
请帮助解决这个问题。。
Hai Advaith、
解决此问题有2个步骤:
i)将 rtslibrary 从自动更改为 rtsv7R4_T_be_v3D16_eabi.lib{路径:Properties-> General -> Runtime Support Library。}
ii)将这些代码添加到您的程序:#include "HL_Gio.h"{位于头文件部分} 和 gioInit()下;{位于主程序}下
Magizhchi、
Padayappa