Hi,

I have been debugging sample codes in CC1111F32 and hit this: while (!(SLEEP & SLEEP_XOSC_S))

I understand that the while is waiting for XOSC to be stable, but the control is stuck there - what should cause it to break out and continue execution?

Is there any simple code for CC1111f32 which can receive packets and indicate the same, by say blinking the LED. Went through sample codes but even the 'simple' examples turned out to be not so simple - because on debug, the code often doesnt proceed further after certain while loops.

-Sree