Peripheral Tool doesn't init DMAMUX automatically when init DMA

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

Peripheral Tool doesn't init DMAMUX automatically when init DMA

1,688件の閲覧回数
ChekhovMark
Contributor II

It seems that peripheral tool doesn't init DMAMUX automatically when using DMA. Is that a issue?

0 件の賞賛
返信
2 返答(返信)

1,671件の閲覧回数
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi ,

Is it possible that you could confirm the MCU that you are working on?

Please look at the image below, I am enabling the DMA using the FRDM-K64. If I select a preset option, the code preview shows how will be set up for this peripheral.

mario_castaneda_0-1603728631071.png

Regards,

Mario

 

0 件の賞賛
返信

1,658件の閲覧回数
ChekhovMark
Contributor II

Oh I finally found "DMAMUX_Init()" here...

1170100305_1-1603938889672.png

 

I thought it should be initialized inside "DMA_Init()", but it's not. It made me wonder for a while.

my bad here. thanks for your time anyway.