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.

[参考译文] CCS/LAUNCHXL-CC2650:向 RF4CE 远程示例添加 UART 串行接口

Guru**** 2350610 points
Other Parts Discussed in Thread: LAUNCHXL-CC2650, REMOTI, CC2650RC
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/762315/ccs-launchxl-cc2650-adding-uart-serial-interface-to-rf4ce-remote-example

器件型号:LAUNCHXL-CC2650
主题中讨论的其他器件: RemoTICC2650RC

工具/软件:Code Composer Studio

我正在尝试修改 LAUNCHXL-CC2650、以便在收到来自 UART 的某些命令时发送 RF4CE 命令。

我将 RemoTI cc2650rc 示例用作我的应用的基础。  我知道它在本示例中没有 UART 功能、因此我将查看 simple_np_cc2650lp 应用程序和 Rnp_app、以了解如何将 UART 功能集成到 cc2650rc 示例中。  是否有更好的示例展示了如何将 UART 集成到使用 RF4CE 堆栈的应用中?

此外、我似乎无法找到在 simple_np 应用中定义 UART 端口设置的位置。  我想将应用配置为使用9600-8-N-1的串行端口设置。