我使用的是28377,在仿真的时候打开ROV,连接提示如下图,请问是什么原因呢?
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.
根据错误信息来看,ROV仅支持Elf格式的目标文件,所以我们的工程师怀疑.out文件是以COFF格式被编译的。建议在工程属性里边将目标文件格式从COFF改为Elf。
或者尝试使用ROV Classic,可能对Elf没有硬性要求。
我们的工程师不确定是什么原因造成的。可以让我们知道更多的内容吗?这个错误来自哪个文件?这行代码是什么样的?这里有一些通用的 COFF-EABI 迁移技巧:
https://software-dl.ti.com/ccs/esd/documents/C2000_c28x_migration_from_coff_to_eabi.html
我们的工程师再CCS 10.4中找到了ROV Classic,并且在12.2中也找到了。可能是因为一些原因导致该选项卡被错误地移除了。