mcci-catena / Arduino_Core_STM32

STM32 core support for Arduino
2 stars 7 forks source link

Error in stlink_upload.bat prevents "upload with bootloader" #167

Closed terrillmoore closed 3 years ago

terrillmoore commented 3 years ago

stlink_upload.bat is broken; the bootloader image requires a base address. Since it's omitted, st-link_cli.exe uses base address 0, which is wrong.

Evidently I skipped testing on Windows altogether.