Hi victorjimenez
when I am working with the Power management API to enter the Deep Sleep mode I noticed that the GPIO I initialized are remaining the same state after enter into the Deep sleep. But in Deep Power Down mode they all are inactive.
For example I turned on the Green LED before entering in to the Deep Sleep mode it remains the same even after enter into the Deep Sleep mode.
But in Deep Power down mode they are all gone. My application is battery powered so I need to configure only RTC to run in background nothing else. Can you help me to solve it.
what I am thinking is PINT is enabled to wakeup the MCU. So that the GPIO peripheral is remains its state even after entered into the Deep Sleep mode. Am I correct?. if so I can solve it but I want to sure no other peripherals are not running to ensure my battery life. How to do that?
Thanks in advance.