Part Number: CC2642R
Hi Team,
I have made some changes with the button program from the examples where I was able to push the device to low power mode, I was using Event Pend and Event Post API for blocking which is working fine for me. I was also able to see that the power was drastically getting reduced once the event_pend API is Called.
On my actual project along with the BLE5stack, I am using multiple task threads, Multiple Peripherals (UART, I2C, SPI), timers and clocks. In this case, I have used the same Event Pend API's to put the device into low power mode. But it doesn't work well here. I can see that the Power is not reduced to uA, the device seems to be consuming in mA.
Do I need to configure power dependency for the peripherals along with blocking the tasks?
what about the behavior of the timer and Clock when we actually push our device to low power mode. Do I need to stop them too?