Closed
Description
Hi
I've uploaded STM32duino-bootloader via st-link and installed windows driver using libwdi.
https://github.com/rogerclarkmelbourne/STM32duino-bootloader/tree/master/binaries
https://github.com/pbatard/libwdi/releases
and I have a "Maple(COM12)" in my device manager.
but whenever I upload a sketch using upload methods st-link or serial, "Maple(COM12)" vanished.
possibly because upload vector of Arduino_Core_STM32 does not bypass the STM32duino-bootloader, so that the boot loader is lost.
how can I set a different upload vector an keep using Serial USB?