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/TMS320F28069M:不同的 API 驱动程序类型?

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/588779/ccs-tms320f28069m-different-api-driver-style

器件型号:TMS320F28069M
主题中讨论的其他器件:MOTORWAREDRV8305C2000WAREcontrolSUITE

工具/软件:Code Composer Studio

真有意思? 为什么 TI 具有不同 的 API 驱动程序类型? 这使得在 MotorWare 中使用外围设备变得很困难。

例如:

在 SCI、SPI、 DRV8305 中使用"enum"、在 i2c、eCAN 中 、它是"union"和"struct"。

谢谢你。

Andrew。

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

    电机控制特定 API 库("模块"子目录)由电机控制团队维护、并与 Motorware 文件夹结构中的"驱动程序"子目录分开开发。 驱动程序子目录与 controlSUITE 开发套件一致、而模块子目录由电机控制团队通过 Motorware 进行维护。 我们希望这两个库在 C2000Ware 和 Motorware SDK 版本中实现更一致的实施

    肖恩