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.
您好!
执行任何支持浮点计算的微控制器在其 PWM 计时器中提供高分辨率模式、类似于 MSP430中的微控制器、我们可以为计时器模块提供更高的时钟频率。
谢谢、
Saad
您好、Saad、
TI MCU 的 C2000组有自己的生成高分辨率 PWM 输出的方法。
我们的许多器件都具有浮点功能和 HRPWM 特性。 其中一个器件就是您提到的 TMS320F28069 (F2806x)。 另外两个可能的器件系列是'F28335 (F2833x)和'F28379D (F28x7x)。
http://www.ti.com/lsds/ti/microcontrollers-16-bit-32-bit/c2000-performance/real-time-control/overview.page
http://www.ti.com/lsds/ti/microcontrollers-16-bit-32-bit/c2000-performance/real-time-control/getting-started.page
希望这对您有所帮助!
谢谢、
Brett
您好、Saad、
在 C2000器件中、我们实际上没有任何比内核频率更快的真正"计时器"。 最大值通常是内核频率(SYSCLK)。
但是、该器件的 HRPWM 功能可能仍能满足您的需求。 请注意、高分辨率功能可应用于周期、而不仅仅是 CMPA/B (占空比)值。 我建议查看 HRPWM 的功能、看看它是否能帮助您:
http://www.ti.com/lit/spruh18
请注意、HRPWM 的工作方式很复杂、这就是为什么我犹豫将其描述为一个计时器的原因。
谢谢、
Brett