Do I need to configure USB FS with the STM32CubeMX tool in the STM32CubeIDE for the built-in DFU bootloader to work?
I am using the STM32G474RE and according to AN2606 Rev 55, it has a built-in bootloader in system memory. I set the option bytes such that the MCU boots from system memory and I will use the STM32Cubeprorammer CLI to program via USB. In my applicatio...