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.

RFCC26XX_multiMode.c和RFCC26XX_singleMode.c的疑问

Other Parts Discussed in Thread: CC2650

平台:CC2650

现在我知道RFCC26XX_multiMode.c的功能是包含RFCC26XX_singleMode.c的。

现在对这两个文件有3个疑问。

1. multiMode库文件是既能同时使用 BLE和proprietary 模式吗?

2. 使用2种射频工作模式,必须使用RF_scheduleCmd函数,配置接收,发送命令吗?

3. singleMode库文件只能使用proprietary 模式?

  • tirtos中有用到RFCC26XX_multiMode,在之后的BLE-stack-2-2-4 SDK中不支持BLE堆栈与多模式RF驱动程序(RFCC26XX_multiMode)一起使用。
    1.是的
    2.也可以用RF_postCmd发送命令
    3.是的
    这些都在RF.h中有说明,可以看一下C:\ti\tirtos_cc13xx_cc26xx_2_21_01_08\products\tidrivers_cc13xx_cc26xx_2_21_01_01\packages\ti\drivers\rf