S32K144: HOW CAN DMA TRIGGERED BY TRGMUX?

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

S32K144: HOW CAN DMA TRIGGERED BY TRGMUX?

738 次查看
Yang123
Contributor I

I face some problems about using DMA to change PWM.But i do not know how to trigger the DMA periodically.I found we can use TRGMUX, But i do not found some example project or code. So, please give me help.

0 项奖励
回复
6 回复数

726 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

You can use direct DMA trigger from FTM as reference manual express:

petervlna_0-1699879575299.png

The available example SW is in SDK package:

petervlna_1-1699880536214.png

I am not fmailiar with those examples, but I see some FTM interrupt ones, which after slight modification according to above can be used to trigger DMA.

best regards,

Peter

 

0 项奖励
回复

719 次查看
Yang123
Contributor I

The requriment that i need use DMA to control the FTM register then change the PWM output.So I need use orther register to  trigger the DMA.

0 项奖励
回复

705 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

On which event you need to use DMA to configure FTM?

Best regards,

Peter

0 项奖励
回复

701 次查看
Yang123
Contributor I

hello 

Actually, I need use DMA to carry an array to FTM,Then use cnv and cncs register to change the PWM. But How to trigger the DMA prodically is the problems i am facing.

I find DMAMUX can triggered by TRGMUX, So i want to know how to use DMAMUX and TRGMUX。 

best wishs

Yang

0 项奖励
回复

681 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

I find DMAMUX can triggered by TRGMUX, So i want to know how to use DMAMUX and TRGMUX

Yes, that is correct.

In order to understand your requirement, on which event you want to trigger DMA via TRGMUX?

On some ADC done conversion? PWM period reload? or just simple periodic trigger every time interval? etc...

Best regards,

Peter

0 项奖励
回复

279 次查看
rachel3
Contributor I

I am having the same issue and want to trigger every period of the FTM PWM output.

0 项奖励
回复