Where can I find DMA request mapping on STM32MP15 - M4 MCU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-15 7:10 AM
On STM32F4 has this and it is very easy to use. Does STM32MP15 -M4 MCU have same one?
Solved! Go to Solution.
- Labels:
-
DMA
-
STM32MP15 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-15 7:20 AM
Hi @Dat Tran ,
All information are inside Reference Manual.
In complex product, there is a DMAMUX in front of DMAs to allow much more flexibility.
The list of resource is inside the DMAMUX section.
Note that MDMA (devoted to Linux secure/non-secure usage) has their connections described in a separate section under 'Block interconnect / MDMA'
CubeMX might also help you as DMAMUX could be also shared with Linux (where DMA1 and/or DMA2 are assigned to either Linux or Cortex-M, but not shared).
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-15 7:20 AM
Hi @Dat Tran ,
All information are inside Reference Manual.
In complex product, there is a DMAMUX in front of DMAs to allow much more flexibility.
The list of resource is inside the DMAMUX section.
Note that MDMA (devoted to Linux secure/non-secure usage) has their connections described in a separate section under 'Block interconnect / MDMA'
CubeMX might also help you as DMAMUX could be also shared with Linux (where DMA1 and/or DMA2 are assigned to either Linux or Cortex-M, but not shared).
Regards.
