cc1101使用Asynchronous Serial Mode通信,接收端像使用GDO0作为载波检查中断输入口,GDO2作为数据输入口。
这样只要检测到载波有中断进来就接收数据。请问GDO0_CFG设置为9 (0x09) CCA模式,还是设置成14 (0x0E) Carrier sensor模式?
这两种模式有什么区别?
它们分别用于哪种场景应用?
感谢。
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.
cc1101使用Asynchronous Serial Mode通信,接收端像使用GDO0作为载波检查中断输入口,GDO2作为数据输入口。
这样只要检测到载波有中断进来就接收数据。请问GDO0_CFG设置为9 (0x09) CCA模式,还是设置成14 (0x0E) Carrier sensor模式?
这两种模式有什么区别?
它们分别用于哪种场景应用?
感谢。
您好,
您说的这个例子是用FIFO模式装载数据传输模式,而且传输数据大于FIFO整个空间的情况下使用GDO0做中断源。
// GDO0 signal selection = ( 6) Asserts when sync word has been sent / received, and de-asserts at the end of the packet
// GDO2 signal selection = (41) CHIP_RDY
0x29, // IOCFG2 GDO2 output pin configuration.
0x06, // IOCFG0D GDO0 output pin configuration.
我的基本问题是异步+中断,此中断源GDO0改设置成哪种模式最合适?GDO0_CFG[5:0]设置哪个值比较好?
谢谢。