Weird problem - I have a project designed around 450MHZ. I have both a TX board and RX board. Very similar boards - the radio circuit is the same. The RX Sniff mode works great. I recently discovered that I overlooked changing the FS_CFG register from 800MHZ (which was copied from SmartRF) for both the RX and TX setups. If I change the FS_CFG register to 0x14 for 410-480MHZ on the RX setup, RX sniff mode stops working properly. The EVENT0 wakeup still happens via looking at a scope, but the radio chip doesn't produce an interrupt on a TX packet received. The TX can be set up with either 0x12 (800) or 0x14 (450) and as long as the RX has 0x12, it works and processes the packet. But, 0x14 (which I think is the proper value) will not cause an interrupt. Any reason why?