Hello!
I'm looking for a way to include fast charging capabilities in my product, while still allowing USB2 data to pass between any host PC and the nRF52840.
As I understand from this ticket , nrf52840 does not support USB charge and so I can not hope to simply connect the D+ & D- lines to the nrf52840 and get more than 500mA from the USB connection.
To remedy this, I've looked at MP2722 or MP2724 as both a BMS (which I need) and a USBC-PD for when a USBC connection is used sync and, importantly, USB BC 1.2 to get higher currents when a USBA to USBC cable is used.
However, on MP support they say that the D+/D- can not be shared between the MCU and the MP2722.
Is there a standard way this connection is done so that both data to the MCU is available and USB BC is supported?
Thanks!