This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] LP-AM263:如何使用 DMA 模式实现可变长度数据的 UART 接收

Guru**** 2445440 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1548152/lp-am263-how-to-implement-uart-reception-of-variable-length-data-using-dma-mode

器件型号:LP-AM263


工具/软件:

我们希望 使用 DMA 模式实现可变长度数据的 UART 接收。 但 SDK 中没有 UART_RECEIVE_IDLE_INTERRUPT。

或者,我需要重新写入 uart_edmaIsrrrrrrx.() 函数并重新注册为 EDMA 中断。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的

    中断模式下支持部分模式、但 MCU_PLUS_SDK 中 UART 的 DMA 模式不支持部分模式。 在 DMA 模式下、执行字节字节(触发电平= 1 字节)传输是否适用于您的用例? 或者可以切换到中断模式吗?

    此致、
    Shaunak