Part Number: LP-CC2651R3SIPA
Other Parts Discussed in Thread: CC2651R3SIPA
Hi TI-Expert,
I want to test the Power Shutdown on my CC2651R3SIPA Launchpad, but after Shutdown I'm not able to wake up my device again via button press. Maybe I missed something.
My SW uses the following Instructions:
- Power_init();
- GPIO_setConfig(CONFIG_GPIO_BTN1, GPIO_CFG_IN_PU | GPIO_CFG_INVERT_ON | GPIO_CFG_IN_INT_BOTH_EDGES | GPIO_CFG_SHUTDOWN_WAKE_HIGH);
- Power_shutdown(0, 0);
Maybe my Launchpad doesn't wake up, because of the JTAG connection?