STM32F030F4P6 using UART
I have a custom PCB I designed where I intend to use UART via PuTTy, however, I'm not entirely sure how to do this through the cube IDE. Normally with the Nucleo L476RG, the device is recognized and I upload code via USB, however, I need to flash the proper driver to be able to upload code on my current board. My schematic can be found here: https://pdf.ac/CP7hx.
The board successfully bootloads and I can upload code via my ST-LINK and pogo pin header, but I'm not sure how to get the device recognized as an STM32 board, currently under my device manager its listed as a "USB Serial Port (COM4)". I found this video: https://www.youtube.com/watch?v=wGbiT6IxGP0&t=302s that shows how to install the STM32 USB bootloader, however, I don't know what file to download to the device. The device is recognized under the Flash Loader demonstrator, but here is the step I get stuck at:

What do I put for the part highlighted in red? My UART IC is communicating with the USB connector since I could get to this step but couldn't find a proper driver for the STM32F030F4P6.
