Hello,
In my project I want to go Low-Power therefore I am using a P-MOS to switch off the VCC of my GPS.
This is the datasheet of my P-MOS : http://www.mouser.com/ds/2/115/ds31447-44532.pdf
So everything goes well and works fine but I noticed that when turn my Output (GPS_STBY) High to turn the device off the VCC Pin of the GPS is still at somewhere like 2.6V
Therefore an unnecessary 5mA are hanging out there ... :@
I thought of having a pull-down resistor on VCC but I did not find anything suggesting it and my trials did not show any improvement with it...
I need to be in High-Side switch mode due to the GPS Module so I cannot switch the GND...
According to the PMOS datasheet the current would be less than 1uA .. so thats good enough if I get the output to 0
Another question, is it more efficient to use an internal pull-up resistor than to set the output of my MCU ?