Issue Pushing Updated Code to STM32 Black Pill Board in Arduino IDE

STM32duino bootloader aka Maple bootloader
Post Reply
harshareddy794
Posts: 1
Joined: Mon May 15, 2023 8:13 am

Issue Pushing Updated Code to STM32 Black Pill Board in Arduino IDE

Post by harshareddy794 »

I am using the STM32F10368T6 (Black Pill) board. Initially, I flashed a USB bootloader using the generic boot pb12 file. When I connect the board to the Arduino IDE, it works fine, and I am able to push code successfully to the Black Pill board, which also functions as expected. However, when I attempt to push updated code again to the Black Pill board, it is not recognized as a USB device in the IDE. Consequently, I have to go through the process of flashing the board again and pushing the code, which is quite cumbersome. Is there an alternative method to push code without requiring a complete reflash of the board each time?
User avatar
fpiSTM
Posts: 1754
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: Issue Pushing Updated Code to STM32 Black Pill Board in Arduino IDE

Post by fpiSTM »

You have to enable USB CDC support.
Post Reply

Return to “USB bootloader”