TI中文支持网
TI专业的中文技术问题搜集分享网站

CC1310 如何切换TX和RX模式

工程师们

  你们好!

  我现在使用CC1310实现两块无线模块收发通信(一个收,一个发),现在想实现两个模块都能实现收发功能,看过其他帖子有说这个问题,那个帖子中说的是基于easylink的,我现在没有使用easylink。

希望工程师给予解答

十分感谢

Felix ZF:

The EasyLink API should be used in application code. The EasyLink API is intended to abstract the RF Driver in order to give a simple API for customers to use as is or extend to suit their application[Use Cases]

The SimpleLink MCU SDKs feature common components and device-specific middleware to speed up your time-to-market and provide a unified development experience across the entire SimpleLink MCU portfolio of wired and wireless devices. Intuitive and standardized APIs enable 100% application code portability.

Easylink是将底层RF操作封装起来的一层API,用户使用easylink的API更简单更方便,同时可以参看easylink.c了解各个easylink API的具体实现。

如果你不想使用easylink API,可以参照easylink示例代码中的操作流程,实现自己的收发功能。

赞(0)
未经允许不得转载:TI中文支持网 » CC1310 如何切换TX和RX模式
分享到: 更多 (0)