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.

[参考译文] AM2434:UART 超时模式配置

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1525640/am2434-uart-timeout-mode-config

器件型号:AM2434

工具/软件:

你好

我 需要  在 AM243x 上配置 UART 超时模式、您能给我展示如何配置吗? SDK 中是否有任何示例、因为我找不到。 谢谢

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

    尊敬的 Matt:

    感谢您通过 E2E 联系我们。

    我首先建议您通读 API  

    UART_LLD_controllerIsr。 仅供参考、此 API 存在于以下目录中: c:\ti\mcu_plus_sdk_am243x_11_00_00_15\source\drivers\uart\V0\LLD\UART_V0_LLD.c
    它的定义很好、可以通过很多条件检查来确定触发了哪种类型的中断。
    触发的中断的选项如下:
    在您查看了代码并根据已触发的中断类型进行了条件检查后、期待您的响应。

    此致、

    Vaibhav