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.

[参考译文] LAUNHXL-CC26X2R1:使用 UART 引脚

Guru**** 2455360 points


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

https://e2e.ti.com/support/wireless-connectivity/other-wireless-group/other-wireless/f/other-wireless-technologies-forum/1077058/launchxl-cc26x2r1-use-uart-pins

部件号:LAUNHHXL-CC26X2R1

您好,

我一直在测试  uartecho 项目。 我想修改它以通过 UART 引脚进行传输和接收,因为如果我用电线连接引脚,则不会收到任何内容。 我如何才能做到这一点?

谢谢

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

    您好,丹尼尔,

    TI 驱动程序运行时 API 中有更多示例,建议改用 UART 2驱动程序。  uart2echo 示例在 阻止模式下从连接的 RX 线路读取一个字符, 并通过 TX 引脚将其写回。     对于回叫模式,uart2回叫也提供了相同的功能。  您可以随时使用 UART2_WRITE API 传输字符。

    此致,
    瑞安