在例程中可以看到这样的描述
#include "smartrf_settings/smartrf_settings.h"
#include "smartrf_settings/smartrf_settings_predefined.h"
这两个文件有什么区别吗?CC1310如果要实现高级的帧结构,应该如何做?所有的已知例程都是简单的帧结构,只能有最大255个字节的payload
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.
在例程中可以看到这样的描述
#include "smartrf_settings/smartrf_settings.h"
#include "smartrf_settings/smartrf_settings_predefined.h"
这两个文件有什么区别吗?CC1310如果要实现高级的帧结构,应该如何做?所有的已知例程都是简单的帧结构,只能有最大255个字节的payload
predefined就是预设的一些设置嘛,你完全可以不用。 里面设置的有后缀,比如fsk,lrm,ook. PER TEST例子可能会用到。包含Easylink.c 也需要
extern rfc_CMD_PROP_RADIO_DIV_SETUP_t *RF_pCmdPropRadioDivSetup_fsk;
extern rfc_CMD_PROP_RADIO_DIV_SETUP_t *RF_pCmdPropRadioDivSetup_lrm;
extern rfc_CMD_PROP_RADIO_DIV_SETUP_t *RF_pCmdPropRadioDivSetup_ook;
1310里面有4MBPS的例子,在Packet Error Rate Example Application里。你可以基于这个来修改。
5000个字节没有做过,2048个字节应该是可以的。 按照我的理解,包越长被干扰的可能性也越大。
间隔10uS是说每10us要发送5000个字节吗?
下面这个供参考。配置还是要用HSM。至于能支持到多长,可以测试下。
https://e2e.ti.com/support/wireless_connectivity/proprietary_sub_1_ghz_simpliciti/f/156/p/494902/1979887#1979887
Q1: 这个你可以把PER test里关于高速的配置自己移过来。
Q2: 目前没有非dataQueue的例子,这个有什么影响?
Q3:这个手册上没说。我认为应该都能支持。配置可能略有差异。你可以先测868,这个是官方标准例子。如果要用到
其他频点,发现不可以,可以联系TI的销售或者代理。