cancel
Showing results for 
Search instead for 
Did you mean: 

Where can I find DMA request mapping on STM32MP15 - M4 MCU

Dat Tran
Senior II

On STM32F4 has this and it is very easy to use. Does STM32MP15 -M4 MCU have same one?

 

DatTran_0-1700060965064.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
PatrickF
ST Employee

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.

In order 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.

View solution in original post

1 REPLY 1
PatrickF
ST Employee

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.

In order 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.