how many DMAMUX are available in RT1176?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how many DMAMUX are available in RT1176?

ソリューションへジャンプ
1,307件の閲覧回数
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 件の賞賛
1 解決策
1,289件の閲覧回数
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 件の賞賛
1 返信
1,290件の閲覧回数
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 件の賞賛