pwm in one puls mode

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

pwm in one puls mode

1,340 次查看
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 项奖励
回复
1 回复

1,214 次查看
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 项奖励
回复