Basic UCPD Sink on STM32G071CBU6
Hi,
I am following your guides for the simple USB-PD Sink from here:
and here:
https://www.youtube.com/watch?v=Z_Sn6CBbz-k&feature=youtu.be
However, once running, the trace shows only this when I plug in a USB-C source:

From the example video, it should be showing many traces of USB-C PD messaging etc.
Looking at the code, there's several functions in usbpd_pwr_user.c alongside this BSP_PWR_VBUSInit function that are empty (aside from a trace call to tell you so), but the example never shows these being populated.
Am I missing something, is there any examples of what should be put in these functions to get the basic functionality working as shown in the demo?
Thanks,
Iain.
