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.

[FAQ] [参考译文] 【常见问题解答】C2000Ware — 勘误表

Guru**** 2733915 points

Other Parts Discussed in Thread: C2000WARE, SYSCONFIG

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1609762/faq-c2000ware---errata

Thread 中讨论的其他器件:C2000WARESysConfig

此帖子旨在指定 erratas /记录 C2000Ware 发布后发现的任何改进或说明。

  1. SysConfig 1.26 中的 SysConfig 迁移/切换功能不适用于 C2000Ware

    该问题特定于 SysConfig 1.26。  目前、C2000 是唯一支持 SDK 迁移的平台、因此仅适用于 C2000 器件。  建议的权变措施是使用 SysConfig 1.25。  

    请使用此 链接安装 1.25 版本并集成到 CCS 20.4


  2.  将编译器版本从 22.6.2 升级到 22.6.3 或 25.11.0.LTS、该工程在开始运行前可以正常编译、以防出现编译错误

    这是因为在 22.6.3/25.11.0 版的编译器中、uint16_t 的定义从 unsigned int 更改为 unsigned short。
    但是、在 C2000ware 中、uint16 的定义仍然是 unsigned int。
    虽然 int 和 short 在 C2000 中是等效的、但编译器认为它们是不同的类型并报告错误。  

    C2000Ware v6.00.01.00 使用 22.6.2.LTS 编译器进行了验证、建议使用此版本的编译器。 可通过 链接下载编译器