Page 1 of 1

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

Posted: Mon May 15, 2023 8:27 am
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?

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

Posted: Mon May 15, 2023 9:07 am
by fpiSTM
You have to enable USB CDC support.