S32K144 FTM IC and PWM

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

S32K144 FTM IC and PWM

跳至解决方案
1,535 次查看
Anony
Contributor II

I am using the FTM module of s32k144. How can I realize PWM output and PWM capture in different channels of the same FTM module? I haven't seen the relevant experience introduction and examples. Now I have to realize this function. I urgently need an example project. If anyone can provide it, I will be grateful.

0 项奖励
回复
1 解答
1,519 次查看
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi Anony,

The problem here is that the SDK driver ic and pwm were made independently, so they cannot coexist with the same FTM module. The GUI will note you: Peripheral is already used by the component...

The non-SDK FTM example (S32K144_project_FTM) that is available in the S32 Design Studio for ARM configures OC, IC and PWM channels on FTM0.

S32K144_Project_FTM.png
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,520 次查看
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi Anony,

The problem here is that the SDK driver ic and pwm were made independently, so they cannot coexist with the same FTM module. The GUI will note you: Peripheral is already used by the component...

The non-SDK FTM example (S32K144_project_FTM) that is available in the S32 Design Studio for ARM configures OC, IC and PWM channels on FTM0.

S32K144_Project_FTM.png
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复
1,512 次查看
Anony
Contributor II

Hi Robin,

Thank you very much!

0 项奖励
回复