Question
USB-PD over STM32G0 in default current mode
Hello,
I'm testing USB Power Delivery (in dula role power) over STM32G0.
I used ST wiki guide : https://wiki.st.com/stm32mcu/wiki/Introduction_to_USB_Power_Delivery_with_STM32
It's works except for a specific case :
- STM32G0 is configured in DRP-Source with PDO 5V/2A
- I connect to it a Sink which required 5V/3A
- Then the Source can provide this power
- In this case, I would like that USB power works at default current (500mA)
- Unfortunatly, it doesn't work and USB-PD power negociation restarts indefinitely
Is there a way to correct that ?
