STM32G0 CubeMX USB PD Configuration
I am working on getting the USB PD pins setup in CubeMX for a board I've just built. I am using the STM32G071CBT6.
I was not planning on using the Dead Battery functionality, so I connected the CC lines to PA8 and PB15 to use UCPD1. And USART1 to PA9, PA10, PA11, and PA12.
PA9 and PA10 are the dead battery connections for the UCPD1 controller. CubeMX will not let me configure UCPD1 because I have PA9 and PA10 configured for USART.
I suppose I could configure the UART and USB PD pins manually. Could CubeMX be updated to allow for this situation?
Thanks