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

Eastlink 和15.4协议栈都是在TIRTOS中运行吗

RT,芯片采用CC1310,easylink或者15.4协议栈能够不运行在RTOS中吗?另外在easylink 或者15.4是否支持MESH组网?是否支持调频?CCA功能里能否修改CCA的一些参数?

谢谢!

Alvin Chen:

Easylink 和15.4协议栈都是在TIRTOS的,EASYlink 也有non RTOS都在SDK里面。15.4 stack 只能在TI RTOS中运行。

easylink 或者15.4是否支持MESH组网:

不支持。
CCA功能已经设计在15.4stack 里面客户无需考虑

YiKai Chen:

cc1310 15.4协议栈都需要运行在RTOS,不支持MESH组网可以调频

Alvin Chen:

回复 YiKai Chen:

Hi YK, easylink 支持nortos C:\ti\simplelink_cc13x0_sdk_3_10_00_11\examples\nortos\CC1310_LAUNCHXL\easylink

Alvin Chen:

回复 Alvin Chen:

EasyLink_Status EasyLink_transmitCCAAsync(EasyLink_TxPacket * txPacket, EasyLink_TxDoneCb cb, EasyLink_GetRandomNumber grn)
Sends a Packet with non blocking call if the channel is idle.

This function is a non blocking call to send a packet. It will check for a clear channel prior to transmission. If the channel is busy it will backoff for a random period, in time units of EASYLINK_CCA_BACKOFF_TIMEUNITS, before reassessing. It does this a certain number (EASYLINK_MAX_CCA_BACKOFF_WINDOW – EASYLINK_MIN_CCA_BACKOFF_WINDOW) of times before quitting unsuccessfully and running to the callback. If the Tx is successfully scheduled then the callback will be called once the Tx is complete.

YiKai Chen:

回复 Alvin Chen:

Alvin Chen I have revised my reply.

5266360:

回复 Alvin Chen:

非常感谢Alvin和YK的答复。
easylink是否有详细的库函数文档,非网页形式的。

Alvin Chen:

回复 5266360:

没有,都是web模式提供的

5266360:

回复 Alvin Chen:

Hi Alvin,
在simplelink_cc13x0_sdk_3_10_00_11 SDK包中,哪一个文件夹是关于CC1310的非运行RTOS的函数库。我看在simplelink_cc13x0_sdk_3_10_00_11\source\ti\drivers文件夹下面都是CC26xx函数库。

Alvin Chen:

回复 5266360:

硬件interface 接口是通用的

赞(0)
未经允许不得转载:TI中文支持网 » Eastlink 和15.4协议栈都是在TIRTOS中运行吗
分享到: 更多 (0)