Tool/software:
Design overview, intended use is a PD sink device. downstream is a charger and a 3S battery. This PD negotiator needs to be able to auto boot and charge a battery from complete depletion.
the configuration is set to have a minimal voltage of 15v and max 20v. ( ADC1= 3, ADC2=7, ADC3=0, ADC=4)
The battery is a 100mA 3S battery. Space is extremely limited.
GPIOs will be added later once MCU is added
Questions
1) basic review of setup for standalone operation
2) VIN_3V3 input. I found it really odd that the internal logic would not be powered from VBUS for the entire range of PD voltages. So I added a external LDO for this purpose. Is there any other way todo this ?
3) For the D version of this chip. it says that the drain pins are not used. so do they just stay floating ?
4) For standalone operation but with ability to stop/ disconnect. should the SINK_EN input be pulled up to the LDO 3v3 or the external 3v3 LDO for proper startup.