S32K312 UART Transmit & Receive Using DMA

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

S32K312 UART Transmit & Receive Using DMA

484 次查看
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

标记 (3)
0 项奖励
5 回复数

448 次查看
li3
Contributor II

li3_0-1712048506798.jpeg

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

0 项奖励

439 次查看
Robin_Shen
NXP TechSupport
NXP TechSupport

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

0 项奖励

432 次查看
li3
Contributor II

li3_0-1712062942578.png

你好

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

谢谢。

0 项奖励

402 次查看
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 项奖励

400 次查看
li3
Contributor II

li3_0-1712109640501.png

hello,

Thank you for your reply, I have successfully configured.

thank you.

0 项奖励