USB Power detect with MK64F

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB Power detect with MK64F

Jump to solution
643 Views
loicguillain
Contributor II

battery_function.PNG I'm using a function to charge a battery and supply the MK64F when it's usb supplied and use this battery to suuply the microcontroller when it's not usb supplied. I would like to know how i can do to indicates which entry it has to his power supply port (to authorize sleep mode or not).

I tought to use a voltage divider connected between +5v of my USB and a GPIO (in input) and generate interrupt. Could I get your advice?

Thanks to you.

Labels (2)
0 Kudos
1 Solution
489 Views
danielecortella
Contributor V

Hi,

Normaly the USB charger have a PGOOD pin that indicate when an external power is connected but in your case you don't have, so yes you can use a voltage divider using two resistors.

View solution in original post

0 Kudos
2 Replies
490 Views
danielecortella
Contributor V

Hi,

Normaly the USB charger have a PGOOD pin that indicate when an external power is connected but in your case you don't have, so yes you can use a voltage divider using two resistors.

0 Kudos
489 Views
loicguillain
Contributor II

Thanks to you for your fast answer :smileywink: and your help.

0 Kudos