User Activity

Hi,We try to implement a DRP device with the USBPD library on a STM32G071 uC.From the documentation the requirements for the following functions are not clear:BSP_USBPD_PWR_VBUSOff():- Should it block until VBUS < USBPD_PWR_LOW_VBUS_THRESHOLD?- What ...
Hi,We use a STM32G071 with the USBPD library together with a USB-C protection IC to implement a DRP device. How should I handle a fault signalled by the protection IC? - How should I inform the USB-C PD stack about this event? - Is it sufficient to r...
Hi,I want to enable or disable the USB-C PD stack of my DRP device during operation. What is the right way?I tried this for disabling:USBPD_CAD_PortEnable(0, USBPD_CAD_DISABLE); USBPD_PE_Request_HardReset(0);And I tried to enable again afterwards wit...
Hi,Am I allowed to call the USBPD_PE_Request_CtrlMessage(), USBPD_PE_Request_HardReset(), USBPD_CAD_PortEnable() and others from different threads?I want to request data role swap, power role swap and hard resets from my interface thread.Thanks!BR, C...
Hi,lately I realized that there are tracer errors from the USB-C stack in STM32CubeMonitor. I haven't seen them with older version of the USBPD libraries.Currently I'm using:- FW pack STM32Cube_FW_G0_V1.5.1- USBPD core library is now V4.0.0- USBPD de...
Kudos from