cancel
Showing results for 
Search instead for 
Did you mean: 

I am using STM32H7. How do I make a request to MDMA using a timer as a trigger?

RIG
Associate III
 
3 REPLIES 3
Amel NASRI
ST Employee

Hi @Community member​ ,

I suggest you follow the steps described in Custom Signal generation using PWM and DMA. This can answer your need.

-Amel

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Check what DMAMUX type sources are described in the Reference Manual, then use those...

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

You can't, at least not directly and not in 'H743 and kin. The MDMA triggers are fixed:

0693W00000NrBpNQAV.pngThe indirect way would be to trigger any dummy single-transfer with the timer in DMA1/DMA2, and then the transfer complete would trigger MDMA.

JW