mcci-catena / Arduino_Core_STM32

STM32 core support for Arduino
2 stars 7 forks source link

UI botch with bootloader #158

Closed terrillmoore closed 3 years ago

terrillmoore commented 3 years ago

When transitioning from no bootloader to bootloader, it's important to download the bootloader as well as the image.

The UI accomodates this, but unfortuantely it's not the default, and user's aren't aware:

image

The default should be "DFU (including bootloader)", not "DFU". We should reorder to make "STLINK (including bootloader)" earlier than "STLINK". Unfortunately, the UI is very limited so we can't make things entirely transparent.

terrillmoore commented 3 years ago

Needs to be a patch release ASAP.