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/TMS570LS0332:TMS570的 HET 问题

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/569125/ccs-tms570ls0332-a-issue-of-het-with-tms570

器件型号:TMS570LS0332

工具/软件:Code Composer Studio

我想使用 TMS570LS0332来生成 PWM。  

使用函数  pwmSetDuty (hetRAMBASE_t * hetRAM、uint32 PWM、uint32 pwmDuty)、我只能从0-100生成占空比。  

如何生成更高精度的 PWM? 我是否必须使用装配体?

我的代码

我的配置

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    是的、您需要编写一个具有自定义驱动程序的定制 HET 程序。
    HET IDE 具有用于各种 PWM 的模板、因此您可以加载 IDE、实例化 PWM 模板和实验。
    可用的分辨率低至 HET 的一个 HR 时钟-在一个80MHz 器件上、这个值通常为12.5ns。
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    非常感谢您的回复! 您能不能使用 IDE 帮助我编写一个我不太理解的例程、非常感谢、好!