Question
What is the correct way to disable and enable the USB-C PD stack during operation?
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 without success:
USBPD_CAD_PortEnable(0, USBPD_CAD_ENABLE);I'm using:
- FW pack STM32Cube_FW_G0_V1.5.1
- USBPD core library V4.0.0
- USBPD device library V3.3.1
Thanks!
BR, Christoph
