Hi,how can i use s32k144 lpuart fifo and dma base sdk 3.0.0?
03-12-2020
01:35 AM
1,661件の閲覧回数
建宽高
Contributor III
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
2 返答(返信)
03-12-2020
04:42 AM
1,505件の閲覧回数
jiri_kral
NXP Employee
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
there is SDK example for UART using DMA. You can use it as a reference:
Hope it helps.
Jiri
03-13-2020
12:53 AM
1,505件の閲覧回数
建宽高
Contributor III
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
These examples have been seen, but not very well illustrated
Here are some bad instructions:
1.The DMA example does not give the DMA size setting, I do not know the size of the send and receive
2. Can the serial interrupt DMA receive only one byte?
-------------------------
I want a DMA example like this
1. The size of the serial port receiving and sending DMA can be configured
2. Use the serial port idle interrupt to save the received data at one time when it is idle
-------------------------
Finally, I also want an example of a serial fifo. Can you provide it?
Best wishes to you