Other Parts Discussed in Thread: SYSCONFIG, Z-STACK
Hi,
We are making an end device application what uses significantly more power on battery than the values listed in this document: https://www.ti.com/lit/an/swra595/swra595.pdf . The application is based on the LP-CC2652P2 zed_sw example. There are a couple of Button_setCallback and GPIO_setCallback functions used in the current code what then unlock appSemHandle (ZStack process loop) when called. Should there be a significant improvement in power usage expected by removing Button/GPIO callbacks and moving the handling of those into the Sensor Controller? Is there anything else what needs to be thought of while debugging this scenario? Thank you,
Daniel