Iinitialize the Dma Ip Logic Channel

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

Iinitialize the Dma Ip Logic Channel

489 Views
welt
Contributor I
  • I want to initialize each DMA channel individually,but when I use function "Dma_Ip_LogicChannelInit(const uint32 LogicCh);",the Dma Ip Channel state is always not Dma_Ip_Ch_ResetState.

  • So how can I avoid it

0 Kudos
Reply
1 Reply

451 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @welt,

The Dma_Ip_Init() function calls Dma_Ip_LogicChannelInit(LocCfgIdx).

Please use the Configuration tool to configure the channels, then generate the code and call the Dma_Ip_Init().

 

BR, Daniel

0 Kudos
Reply