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
我注意到、在 C2000Ware 中有两组可用的"驱动程序":device_support 和 driverlib。
"device_support"基于对配置寄存器的位级访问、并且已经为所有外设(模块)寄存器定义。
"driverlib"没有配置寄存器定义、但具有更多具有大量宏常量和枚举的配置函数。
建议在新项目中使用哪一个? 换言之,这两者中的哪一项将在未来得到支持?
此外、在最新的 C2000Ware 版本中、F2803x 似乎没有"driverlib"。 是否有计划在未来为 F2803x 提供"driverlib"、或者在这种情况下、我们没有其他选项只能使用"device_support"?
Marko、
TI 建议在新设计和新器件中使用基于 DriverLib 的系统。 不会维护基于位字段的 SDK。 但是、对于 F28035、没有计划为 DriverLib 提供支持。 它将继续在基于位域的 SDK 中受到支持。