Hi
I am working on a ble project, that using cc2650 chip. It require a long time standby and waking up by button. I made some test code similar with the pinStandby example and i found an issue with cc2650 standby state.
When the cc2650 is in standby state, i measure on the 32768Hz XTAL pin with oscilloscope probe, it is running properly. But if i create some EMI noise at the LF XTAL pin (touching it by hand) then the LF OSC stop, in some case it can not be running again (measured on oscilloscope) and therefore i can not wake up the cpu until i reset the cpu.
As far as i known, the internal watchdog of cc26xx do not work at standby state, am i right? So please suggest me some solution for this issue. Any help would be appreciate.