Question
Can I have DFU and CDC printf on the same usb port?
I want to do both firmware updating via dfu and have serial data output on the STM32G431KB without having to press any boot switch or changing usb ports.
In my code I can probably jump to the bootloader, without having to pull high boot0 pin.
But can I also print out printf() lines over the same usb port to my host computer without an extra usb connector and/or FTDI chip?
