UART with STM32F405
I am having some issues with setting up the UART for my STM32F405RGT6.
I have a custom PCB which has an CH340C (U7) serial chip and a USB-C (U1) port. See wiring diagram:

I have set up my project in STM32CubeIDE and have connected to my MCU with a ST-LINK/V2 as of now.
The problem is I cant find the Serial Port for my USB-C in the Device Manager.

I have installed the CH340C driver and it is up and running on my pc. Link to driver:
https://learn.sparkfun.com/tutorials/how-to-install-ch340-drivers/windows-710

Do I have to set up something in the STM32CubeIDE code to make it work?
Would this be in the stm32f4xxhal_uart.c or stm32f4xxhal_uart.h file?
Thank you!
