USB PD: Vendor_Defined_Extended Message
Hi Community!
We're working with an STM32G0B1xx MCU and using USB PD v5.0.0 library from github (https://github.com/STMicroelectronics/stm32-mw-usbpd-core).
I see here that USBPD_EXT_VDM = 0x1E is defined properly. However, when I use this with USBPD_DPM_SendExtendedMessage(), I get a generic "USBPD_FAIL" response, and nothing gets sent out on the CC line.
So, my question is: Does the v5.0.0 library support Vendor_Defined_Extended message?
Thank you for the support!
Screenshot from the USB PD 3.1 spec

