Hello,
I am testing gpioshutdown example and able to wake up my device with button. But I have some questions about the example and would like an expert to clarify.
1. I tried modify shutdownTime of function Power_shutdown(0, 5000); And I expect the device wake up after 5 second the device shut down. But it does not work.
Does CC2651 support this parameter? If not, which model with BLE support this function?
2. Is there any alternative to wake the device from shutdown with timer?
3. Where is the list of shutdownState from the first parameter of Power_shutdown()? What is the effect if I modify this parameter?