VCONN_SUPPORT
I would like to enable VCONN based on STM32CubeExpansion_USBPD_F0_V2.1.0.
I found CMACRO "_VCONN_SUPPORT", but I encountered complile errors below if I used _VCONN_SUPPORT.
compiling usbpd_dpm_core.c...
../../../../../../Middlewares/ST/STM32_USBPD_Library/Core/src/usbpd_dpm_core.c(191): error: #20: identifier "USBPD_DPM_EvaluateVconnSwap" is undefined
USBPD_DPM_EvaluateVconnSwap,
../../../../../../Middlewares/ST/STM32_USBPD_Library/Core/src/usbpd_dpm_core.c(192): error: #20: identifier "USBPD_DPM_PE_VconnPwr" is undefined
USBPD_DPM_PE_VconnPwr,
../../../../../../Middlewares/ST/STM32_USBPD_Library/Core/src/usbpd_dpm_core.c: 0 warnings, 2 errors
I think I should write these functions in my user code, but I would like to see sample code of these functions.
Please advice.
