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:CC2500:异或

Guru**** 2387830 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/other-wireless-group/other-wireless/f/other-wireless-technologies-forum/1006277/cc2500-cc2500-wor

器件型号:CC2500

大家好、我正在尝试在无线电唤醒中接收到数据包时接收中断。 但无法获取中断。

我已经设置了

GDO_2 = 0x07、

GDO_1 =0x01、

GDO_0 = 0x0F

和 WOR 设置寄存器值

MCSM0 = 0x18          从空闲状态转至 RX 或 TX (或 FSTXON)时校准 PLL

WORCTRL = 0x38        EVENT1 = 3⇒tEvent1 = 346.15us WOR_RES = 0  

WOREVT1 = 0x06        EVENT0 = 1733

WOREVT0 = 0xC5  

MCSM2 = 0x00          RX_TIME = 0⇒占空比= 12.5%

当接收到具有 CRC_OK 状态的数据包时、我希望在 GDO_2引脚上接收中断。

提前感谢您