CC1310载波检测
时间:12-23
整理:3721RD
点击:
CC1310是否有载波检测这个功能
需要在发送数据前检测空气中是否有载波,如果有载波延时等待载波没有后在发数据,以提高通讯成功率
carrier sense,即载波监听,有的
可以使用CMD_PROP_CS来实现
是否有例程
请下载CC1310SDK【会自动安装TI RTOS】,然后参考里面的 Listen Before Talk例程
你好,我下载了 1310SDK 1.4版本的 但是 并没有发现有 listen before talk 的例程,请问在哪下载单独的listen before talk 例程? 或者我应该安装哪个版本的SDK
C:\ti\tirtos_cc13xx_cc26xx_2_20_01_08\examples\TI\CC1310_LAUNCHXL\rfListenBeforeTalk
file:///C:/ti/simplelink_cc13x0_sdk_1_40_00_10/tools/iar/Examples.html
下面红色的.
Examples
Directions
Follow these steps to create a project from the tables below:
- Choose Project > Create New Project from the IAR menus
- Select the Tool chain, and choose the Empty project template. Click OK.
- Browse to the location where you want to save this project, and type a file name for the project file (*.ewp). Click Save. Each project should be saved in a separate directory.
- Click on an example listed below to add the files for that example to your project.
- Choose File > Save Workspace
- Browse to the location where you want to save this workspace, and type a file name for the workspace file (*.eww). Click Save.
- Choose Project > Make.
- Use the text editor in IAR to modify the .c and .cfg files in the example, and rebuild the project as needed.
More Information
- TI-RTOS Getting Started Guide (install_dir/docs)
- TI-RTOS User’s Guide (install_dir/docs)
- Creating TI-RTOS Applications in IAR Embedded Workbench page in the Texas Instruments Wiki
CC1310_LAUNCHXL
Demos
Example | TI-RTOS |
---|---|
portable | TI-RTOS |
portableNative | TI-RTOS |
TI Drivers
Example | No RTOS | TI-RTOS |
---|---|---|
adcbufcontinuous | No RTOS | TI-RTOS |
adcsinglechannel | TI-RTOS | |
display | TI-RTOS | |
empty | TI-RTOS | |
gpiointerrupt | No RTOS | TI-RTOS |
i2ctmp007 | No RTOS | TI-RTOS |
nvs | No RTOS | TI-RTOS |
nvsspi | No RTOS | TI-RTOS |
pinInterrupt | No RTOS | TI-RTOS |
pinShutdown | TI-RTOS | |
pinStandby | No RTOS | TI-RTOS |
pwmled | No RTOS | TI-RTOS |
rfCarrierWave | No RTOS | TI-RTOS |
rfListenBeforeTalk | No RTOS | TI-RTOS |
rfPacketErrorRate | TI-RTOS | |
rfPacketRx | No RTOS | TI-RTOS |
rfPacketTx | No RTOS | TI-RTOS |
rfSynchronizedPacketRx | No RTOS | TI-RTOS |
rfSynchronizedPacketTx | No RTOS | TI-RTOS |
rfWakeOnRadioRx | No RTOS | TI-RTOS |
rfWakeOnRadioTx | No RTOS | TI-RTOS |
uartecho | No RTOS | TI-RTOS |
uartmonitor | TI-RTOS | |
watchdog | No RTOS | TI-RTOS |