I used the SDK's example (power_mode_switch_lpc) for exercising power-down mode. I added support for i2c wakeup in power-down mode. The issue that we are facing is as per below.
1) Entering power-down mode from the UART menu.
2) Power down mode current = 14 uA.
3) Wake up from the I2C.
4) Entering power-down mode from the UART menu.
5) Power down mode current = 67 uA.
I have attached the project below. What could be going wrong in second time?