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.
你(们)好。
我使用的是 SDK MCU_PLUS_SDK_am263x_08_06_00_34。 尝试示例代码 uart_echo_dma_am263x-cc_r5fss0-0_nortos_ti-arm-clang 我将读写传输模式更改为回调。 然后我写入 Tx 和 RX
在 while 循环中、单次触发中断并且下次不发送 Tx 消息。
您好、Santhosh:
您如何修改 DMA 回调模式的代码? 是使用 UART 中断还是使用 DMA 中断?
这是我的配置
我只需要发送
您好、Santhosh:
我没有在与 DMA 进行 UART 通信时尝试回调模式。 DMA 中断应用于回调。
您好、Santhosh:
我将在启用 DMA 的情况下尝试回调。 您能否在失败的测试中共享回调函数?