Programming using USB STM32duino (Maple) DFU bootloader in STM32CubeIDE?
I had a blue pill board STM32F103C8T6 programmed with the Arduino DFU bootloader and I was able to progam the device using dfu-util (under MacOS) using the Arduino IDE.
I would like to switch to STM32CubeIDE to develop an application for the board. Not having an STLINK programmer in reach for this project I'm wondering whether I can use the DFU Bootloader that I have currently burnt into the device for uploading under STM32CubeIDE.
Is this possible and how?