STM32G0 USBPD periphery seems to be deaf
Hello,
I am developing a USB PD sink application on custom board with STM32G0B1VET
I am using periphery UCPD2. I followed AN5418 to set up eveyrthing in CubeMX and add the specified pieces of code.
Hovewer, ithe USBPD stack doesn't seem to send or recieve anything on the CC1 or CC2 lines. I have confirmed with oscilloscope, data is flowing to the MCU CC2 pin, but nothing seem to happen inside the USB stack.
This is as far as it gets:

With a sniffer device, I can see the power supply sending source capabilities, but these packets are nowhere to be seen when logging the application.
This leads me to believe, the USB PD stack isn't getting the data.
Any ideas where to look for the problem? I have followed the instrucions and I can't see how this could be a electricall issue.
Firmware package is STM32Cube FW_G0 V1.6.1
Thank you for any help
