S32k3 RTD 3.0.0 removed dmamux configuration in code generator

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

S32k3 RTD 3.0.0 removed dmamux configuration in code generator

Jump to solution
745 Views
jhuang1
Contributor I

Hi,

    I used to use s32k3 RTD 2.0.x to contribute my program, which dma should configure dmamux in the code generator and the whole program worked fine. When I changed the RTD to version 3.0.0, which removed dmamux configuration in dma configuring, the dma worked unnormally,  I consider it due to dmamux has not configured. Is that right? How to configure the dmamux in RTD 3.0.0?

Thanks.

0 Kudos
1 Solution
706 Views
danielmartynek
NXP TechSupport
NXP TechSupport

The DMAMUX configuration has been moved from the DMA_Ip driver to the Rm MCAL driver.

There is currently no option to configure DMAMUX in the Ip drivers.

danielmartynek_0-1691657398861.png

 

BR, Daniel

View solution in original post

0 Kudos
3 Replies
707 Views
danielmartynek
NXP TechSupport
NXP TechSupport

The DMAMUX configuration has been moved from the DMA_Ip driver to the Rm MCAL driver.

There is currently no option to configure DMAMUX in the Ip drivers.

danielmartynek_0-1691657398861.png

 

BR, Daniel

0 Kudos
716 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @jhuang1,

Do you use MCAL or IP drivers?

With which peripheral is the DMA use?

 

Regards,

Daniel

0 Kudos
713 Views
jhuang1
Contributor I

Hi,

    I'm using IP drivers, the dma was used with lpuart.

Thanks.

0 Kudos