我的工程编译完后,显示这样的警告:Data is being written to auto-generated file MotorDriver.x01。
请问这个警告对我程序有没有潜在的风险,该怎么处理和解决这个警告?
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.
我的工程编译完后,显示这样的警告:Data is being written to auto-generated file MotorDriver.x01。
请问这个警告对我程序有没有潜在的风险,该怎么处理和解决这个警告?
您好,
默认情况 c2000.exe 的 --romwidth 是8。所以会生成两个文件。将下面的设置设为16(工程属性中),应该会只得到一个文件。详细参考下面的链接