CC1101发送时间长问题

2019-07-23 15:25发布

最近在用CC1101,发现写完数据(8Bytes)后,27ms后才开始发送,发送了37ms,
求教这是哪里设置的不对,不至于要等27ms才能发送吧,datarate目前设置是2.5kbps


友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
18条回答
dirtwillfly
1楼-- · 2019-07-23 17:56
 精彩回答 2  元偷偷看……
usbyt
2楼-- · 2019-07-23 18:39
GDO0 不是单片机控制的,CC1101给的状态指示信号,发送前为低发送时为高,发送完在变低,那段时间SPI没写东西出来(看得到啊)。
这个时间是那个寄存器设置的?
dirtwillfly
3楼-- · 2019-07-23 19:46
怎么配置的GPO0
QQ截图20160304222052.png
ayl439
4楼-- · 2019-07-23 20:28
把你的寄存器配置和发送代码传上来看看
usbyt
5楼-- · 2019-07-24 01:28
DataSheet  第41页如下描述

a) Interrupt Driven Solution
The GDO pins can be used in both RX and TX
to give an interrupt when a sync word has
been received/transmitted or when a complete
packet has been received/transmitted by
setting IOCFGx.GDOx_CFG=0x06. In addition,
there are two configurations for the
IOCFGx.GDOx_CFG register that can be used
as an interrupt source to provide information
usbyt
6楼-- · 2019-07-24 05:34
 精彩回答 2  元偷偷看……

一周热门 更多>