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.

[参考译文] CCS/TMS320F28035:C2000Ware - device_support 与 driverlib

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/978800/ccs-tms320f28035-c2000ware---device_support-vs-driverlib

器件型号:TMS320F28035
主题中讨论的其他器件:C2000WARE

工具/软件:Code Composer Studio

我注意到、在 C2000Ware 中有两组可用的"驱动程序":device_support 和 driverlib。

"device_support"基于对配置寄存器的位级访问、并且已经为所有外设(模块)寄存器定义。

"driverlib"没有配置寄存器定义、但具有更多具有大量宏常量和枚举的配置函数。

建议在新项目中使用哪一个? 换言之,这两者中的哪一项将在未来得到支持?

此外、在最新的 C2000Ware 版本中、F2803x 似乎没有"driverlib"。 是否有计划在未来为 F2803x 提供"driverlib"、或者在这种情况下、我们没有其他选项只能使用"device_support"?

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

    Marko、

    TI 建议在新设计和新器件中使用基于 DriverLib 的系统。 不会维护基于位字段的 SDK。 但是、对于 F28035、没有计划为 DriverLib 提供支持。 它将继续在基于位域的 SDK 中受到支持。