2023-04-16 10:59 PM
I need STUSB4761 I2C Device adress. In the datasheet I can not see.
And I wanna use this pd with MCU and I2C controlled buck-boost converter. I will read STUSB4761 registers via I2C and after that I will control the buck-boost IC via I2C so input will be dc supply. İs it possible??
2023-04-19 12:31 AM
Hi,
STUSB4761 has been optimized for AC/DC applications: Voltage and Current are regulated directly through analog signals. With some compliant DC/DC, OPTO_DRV and FB pins can be used similarly to set the regulation point, but I understand it might not apply in your case.
For a DC/DC application, I would rather recommend STUSB4700 (an Interrupt would be useful in your case) or directly an STM32 based implementation, depending on your partitioning.
Rgds,
Benoit
2023-04-19 01:24 AM - edited 2023-11-20 08:00 AM
Hi Benoit,
Thanks your answer, isn't possible? to get the device ,which is connecting the port, requested voltage from STUSB4761 via I2C communication by MCU. After that set the buck-boost voltage to the requested voltage by MCU. I have PPS Buck-Boost converter can set via I2C.
like flow that on the attachment.
İf it's not possible with STUSB4761 , which pd controller can I use from ST pd controllers.
Thanks,
Şahin
2023-04-19 01:57 AM
Hi Sahin,
understand your request, but to achieve fast enough voltage transition (according to USB PD requirements), an interrupt and a dedicated register map are required to quickly drive the Buck-Boost according to USB PD negotiation. While this IC is optimized to autonomously negotiate, regulate and monitor voltage, without MCU supervision. This is a good fit for an AC/DC application, but not in your case unfortunately.
Another option is probably to operate the USB PD stack from the MCU directly. Please check our STM32 offer with USB PD support.
Rgds,
Benoit
2023-04-20 06:12 AM
Hello Sahin,
We can also propose you another solution with an STM32 with USB PD stack embedded (UCPD peripheral) such as STM32 G0, G4, L5, H5, or H7 and a TCPP02-M18 for source solution.
Please find a full exemple based on STPD01 buck.
Best regards.
Philippe Rabier
2023-04-27 03:35 AM
Hello ,
Is STUSB4700 has 100W source capability? Can I use it 20V 5A source?
Best regards,
Şahin
2023-05-03 12:01 AM
Hello ,
Is STUSB4700 has 100W source capability? Can I use it 20V 5A source?
Best regards,
Şahin
2023-05-03 01:28 AM
Hello Sahin
STUSB4700 can source 100W in captive cable application otherwise, it needs to be limited to 60W as STUSB4700 does not check cable capabilities.
Best regards
Nathalie
2023-05-03 03:07 AM
Thanks for answer.
According to the flow chart which one is the good IC ? STUSB4700 or STUSB1602 ?
Best Regards
Şahin
2023-05-04 12:01 AM
Hello Sahin
If you want to design source >60W with DCDC, STUSB1602 + STM32 is suitable.
You can select SRC_ONLY project and use _GPIO_FOR_SRC switch to control your DCDC.
Best regards
Nathalie