how many DMAMUX are available in RT1176?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how many DMAMUX are available in RT1176?

Jump to solution
1,302 Views
auftrag2021
Contributor III

Hello, 

I am trying to configure the DMA with MCUXpresso Configuration Tools

Now I have this:

auftrag2021_0-1647564584212.png

but due to the RT1170 Reference Manual, the MCU should have two DMAMUX module (0 and 1)

RM1170 Page 129 

auftrag2021_1-1647564675570.png

Why is there only one DMAMUX module in the tools available?

 

 

 

0 Kudos
1 Solution
1,284 Views
martin_stano
NXP Employee
NXP Employee

Hello,

The DMA and DMAMUX devices are core-specific on RT1176. Specifically, the DMA0, DMAMUX0 are available only on Cortex-M7F and DMA1, DMAMUX1 are available only on Cortex-M4F.

In the Config Tools you can switch the core under File -> Select core menu (sets the core for the application project). In the Peripherals tool's Functional Group properties dialog (see picture below) you have to select the core that you are initializing.

dma_rt1176.png

The DMAMUX peripheral initialization is part of the associated DMA (eDMA) peripheral.

Best Regards,

Martin Stano

MCUXpresso Config Tools Team 

View solution in original post

0 Kudos
1 Reply
1,285 Views
martin_stano
NXP Employee
NXP Employee

Hello,

The DMA and DMAMUX devices are core-specific on RT1176. Specifically, the DMA0, DMAMUX0 are available only on Cortex-M7F and DMA1, DMAMUX1 are available only on Cortex-M4F.

In the Config Tools you can switch the core under File -> Select core menu (sets the core for the application project). In the Peripherals tool's Functional Group properties dialog (see picture below) you have to select the core that you are initializing.

dma_rt1176.png

The DMAMUX peripheral initialization is part of the associated DMA (eDMA) peripheral.

Best Regards,

Martin Stano

MCUXpresso Config Tools Team 

0 Kudos