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.

[参考译文] CC1312R:具有 UART 功能的 rfPacketRx

Guru**** 2482105 points


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

https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1268923/cc1312r-rfpacketrx-with-uart-function

器件型号:CC1312R

您好!

我的模块的 F/W 算法 如下所示。

1. 从其他射频模块接收 Rx 数据包  

2. RF Rx 功能工作时,一个 LED 应每1秒闪烁一次。

3.可以通过 UART 端口从主机 MCU 接收消息。

4.我的 F/W 基于 rfPacketRx 示例。

我该怎么做?
我可以生成另一个线程来使 LED 闪烁并处理 UART Rx/TX 吗?
当我在 RF_Rx_CALLBACK 中使用 UART_WRITE 函数时、看起来很差。

我只想将接收到的数据包存储到我的队列中的 RF_Rx_CALLBACK 中、其他线程处理我的队列。  

Br
保罗