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.

[参考译文] TMDSCNCD263:TMDSCNCD263

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1288250/tmdscncd263-tmdscncd263

器件型号:TMDSCNCD263

你(们)好。

 我使用的是 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 中断?

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

    使用 DMA 中断

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

     这是我的配置

    我只需要发送

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

    您好、Santhosh:

    我没有在与 DMA 进行 UART 通信时尝试回调模式。 DMA 中断应用于回调。  

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

    您好、Santhosh:

    我将在启用 DMA 的情况下尝试回调。 您能否在失败的测试中共享回调函数?