Hello team,
Due to very constricted space on PCB, I am sharing one green LED between to IC's.
U1 is the NRF52832, and U2 is a Lipo Battery Charger IC. I want either one of the IC's to
be capable of turning on the LED (providing ground connection).
The LED will turn on in a few cases:
1) The charger IC is provided with USB power, resulting in its power good pin pulling low, which turns on LED constantly (until power is removed).
2) A peripheral connects to the 52832, resulting in the software blinking the led for 2 seconds.
-- In the case that that USB power is connected, and the LED is already on, I don't need it to blink when a connection is established.
My question is if there is a safe configuration of the NRF52832 GPIO, given the below circuit.
P1 on the Charger IC is an Open-drain output that goes low when USB power is supplied.
I just want to make sure neither IC is damaged during any pin states.