Using USB-PD SRC and USB-CDC Device together
Hi @FBL
I am working on a similar project like This one (USB CDC ACM device with Power Delivery in Source mode using USBX in standalone mode, FreeRTOS and USBPD with a TCPP02). The STM32 used is the H573I.
I have found some code to add in the function USBPD_DPM_Notification() in usbpd_dpm_user.c (solution you gave).
But in my code, the functions called are undefined because the file usbpd_usb_if.c is not generated. What I am missing?
