2023-11-15 07:10 AM
On STM32F4 has this and it is very easy to use. Does STM32MP15 -M4 MCU have same one?
Solved! Go to Solution.
2023-11-15 07: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.
2023-11-15 07: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.