Function HAL_PWREx_EnableVddUSB() for STM32C0 series MCU
Hi,
I am implementing USB CDC ACM on my custom board using STM32C071x series of microcontroller. It is currently not working and looking at other post on community I observed that one of the problem is of missing call to function - HAL_PWREx_EnableVddUSB(). is this function call necessary for all series of STM32 microcontrollers?
If that is the case then it is missing in my auto generated code from CubeMX. I also tried manually adding it but it is giving me compilation error - 'undefined reference to `HAL_PWREx_EnableVddUSB'
Thanks,
Pradeep

