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/TMS320F28377S:TMS320F28377S 控制器的死区补偿宏。

Guru**** 2473270 points
Other Parts Discussed in Thread: TMS320F28377S, C2000WARE

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/745454/ccs-tms320f28377s-dead-band-compensation-macro-for-tms320f28377s-controller

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

工具/软件:Code Composer Studio

大家好、

我想将 PWMwDBC_MACRO 宏用于使用器件 TMS320F28377S 的 BLDC 电机项目、但 该控制器没有 PWMwDBC_MACRO 或函数驱动程序。

如何实现死区补偿、或者在哪里可以找到这些驱动程序或宏。 我已经搜索了控制套件、找到了 F2803x 系列器件的这些宏、

我尝试将这些宏用于77S 器件、但没有成功、请建议如何为 TMS320F28377S 实现 PWMwDBC_MACRO 宏。

此致

Naveen Reddy

 

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

    您好、Naveen、

    用于 f2837xs 器件的所有驱动程序均可在 C2000Ware driverlib 中找到。 您可以具体参阅  C2000Ware_1_00_05_00\driverlib\f2837xs\driverlib\epwm.h 、了解 您的要求。 此处定义了与死坏子模块相关的所有 API。

    例如:可以使用  EPWM_setFallingEdgeDeadBandDelayInput()设置下降沿延迟。

    如果您有任何其他问题、请告诉我。

    谢谢

    Himanshu