I am using STM32H7. How do I make a request to MDMA using a timer as a trigger?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-30 10:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-03 6:21 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-03 7:52 AM
Check what DMAMUX type sources are described in the Reference Manual, then use those...
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-03 1:53 PM
You can't, at least not directly and not in 'H743 and kin. The MDMA triggers are fixed:
The 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
