UART+DMA to transfer unequal ength data packet

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

UART+DMA to transfer unequal ength data packet

1,077 次查看
fredfu
NXP Employee
NXP Employee

Hi Team,

One of my cusomter is using LPC54605, in their applications, they will use high speed UART, the baud rate will up to 2Mbps, they need to use UART+DMA to transfer data, and the length of frame are difference, do you have any suggestion for DMA to receive unequal length data packets? Thanks.

Best Regards,

Fred Fu

标签 (2)
0 项奖励
回复
1 回复

951 次查看
bin_er
NXP Employee
NXP Employee

I would adding a header + packet length for the data sent and application can concatenate the data next. I may not propose for DMA transmission for unequal length data.

The DMA descriptor and memory buffer is easy managed for fixed length transfer + backend data concatenation.

0 项奖励
回复