Complementary PWM on FRDM-KL25Z using processor expert

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Complementary PWM on FRDM-KL25Z using processor expert

Complementary PWM on FRDM-KL25Z using processor expert

Hi everyone,

     I have got customer queries on unavailability of complementary mode PWM on KL25Z :smileysad:. So, I thought let me experiment something and post it onto the community.

     The timer module on KL25 is TPM, not FTM!. There are 3 TPMs, TPM0 with 6 channels, TPM1 and TPM2 with 2 channels each. To generate a PWM signal, PWM component can be used. But the PWM bean doesnot provide option to generate complementary PWM. So, we need to configure different channels to get the complementary PWM. Again, there is a limitation for this. PWM component doesn't allow to generate initial polarity high. It says "the inherited component doesnot support this feature". But in run time can set or clear value on the PWM output pin using the SetValue() and ClrValue(). But again the inherited component"TimerUnit_LDD" doesn't support generating SetValue() and ClrValue().

     So, I came to a conclusion 'not to use PWM component' and started using Init_TPM. Using this component, 2 channels are configured to have opposite polarity during initialization. They are configured to have the same period. Deadtime is also inserted by configuring different duty cycle on each channel. But methods are not available since the component only provides the initialization function which is good enough to start :smileyhappy:. Dynamically if dutycycle needs to be changed, methods have to be written explicitly :smileysad:

    Project and oscilloscope captures are attached for reference.

tek00001.bmptek00002.bmp

Hi

Note that this is also supported in the uTasker project - see http://www.utasker.com/docs/uTasker/uTaskerHWTimers.PDF

See specifically the final page - this is compatible for K and KL processors.

Regards

Mark

http://www.utasker.com/kinetis.html

This document was generated from the following discussion: Complementary PWM on FRDM-KL25Z using processor expert

ラベル(1)
添付
評価なし
バージョン履歴
最終更新日:
‎02-19-2015 01:07 AM
更新者: