pwm in one puls mode

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

pwm in one puls mode

683 Views
momo12
Contributor III

Hi

on a stm32 arm it is possibel to generate a pwm in one pulse mode. It means that output is generated for only one iteration of the autoreload.

Is this possible on s32k as well?

At the moment I realized this by setting up an interrupt and disable the PWM after the first iteration. Is it possible to this without an interrupt?

Thx

0 Kudos
1 Reply

557 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

S32K FTM doesn't have this one-pulse mode. 

I think the easiest way is to use the interrupt.

Regards,

Daniel

0 Kudos