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.

关于CC2500发送一包的时间问题。

Other Parts Discussed in Thread: CC2500, SIMPLICITI

各位前辈和TI大佬好,最近使用CC2500要发大数据,每5ms就要发40个字节,但是小弟在测试的时候,用定时器定时看CC2500发送函数执行一次的时间,发现CC2500发送一包的时间差不多6ms左右,不知道是小弟哪里寄存器配错了,还是每次我在发数据之前 改变到SIDLE,再Flush TXFIFO,再写数据到FIFO,然后Strobe(SFTX),最后等GDO0从高变低。这个过程中是不是哪个多余了。

想请教各位,要怎么配置,设置发送函数,发射的速度能够在1ms~2ms左右呢