S32K312 UART Transmit & Receive Using DMA

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

S32K312 UART Transmit & Receive Using DMA

422 Views
li3
Contributor II

li3_0-1711969179748.png

Hello, I am configuring UART to transmit in DMA mode.it is difficult for me to configure other channels by referring to the additional code project. Can you help me configure the sample project of the UART2 channel and upload the configuration picture? thank you.

I configured the new project UART6 through the configuration item of the attached project example, but it failed. Is the configuration missing?

Example S32K312 UART Transmit & Receive Using DMA DS3.5 RTD300 - NXP Community

Tags (3)
0 Kudos
5 Replies

386 Views
li3
Contributor II

li3_0-1712048506798.jpeg

在Dma_Mux配置DMA物理通道,即可使用DMA

0 Kudos

377 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Thanks for sharing.
I am glad to hear that it works now.

0 Kudos

370 Views
li3
Contributor II

li3_0-1712062942578.png

你好

为什么在配置 RM 组件时,DMA Mux Sourse 中只能选择 UART0 和 UART1 通道?

谢谢。

0 Kudos

340 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

DMAMUX_0 and DMAMUX_1 channels are mapped to eDMA_TCD 0–15 and 16–31, respectively.
excluding S32K312 where
DMAMUX_0 and DMAMUX_1 channels are mapped to eDMA_TCD 0–5 and 6–12, respectively.
So please change the Dma Hardware Channel.

0 Kudos

338 Views
li3
Contributor II

li3_0-1712109640501.png

hello,

Thank you for your reply, I have successfully configured.

thank you.

0 Kudos