In the power-down mode I have a consumption of 12uA but when I connect a sensor in the GPIO9 consumption goes to 64 uA has how to configure GPIO9 to maintain consumption in 12uA?
Hi Enrique,
Unfortunately, there is not a special configuration that allows you to lower the GPIO9 consumption to 12uA. This increase in the power consumption is very likely caused by the sensor connected, and not the LPC802 itself (I recommend that you check the data sheet of your sensor to see how much current does it draw).
One thing you could attempt is to disable the GPIO9 configuration in order to lower the power consumption when you're not using the sensor, or you could also try the "deep power-down" mode of your LPC802 in order to achieve a reduction in your power consumption when you use your sensor (you can wake the LPC up periodically in order to read the sensor).
I hope this information can help you.
Ricardo Delsordo
Hi Ricardo
I am not using the gpio9 port to power the sensor but read the signal from it, I need to configure the GPIO9 port in the mode
power-down mode to keep consumption at 12uA !!!
but thanks for the attention !!!