tenbaht / sduino

An Arduino-like programming API for the STM8
http://tenbaht.github.io/sduino/
GNU Lesser General Public License v2.1
347 stars 213 forks source link

'Upload using programmer' fails with "Error while uploading: missing 'program.params.verbose' configuration parameter" #144

Open prosper00 opened 1 year ago

prosper00 commented 1 year ago

When I try to upload a program with stlink (Sketch->Upload Using Programmer), it compiles but fails with the error "Error while uploading: missing 'program.params.verbose' configuration parameter".

If I export the binary, or fish it out of /tmp and flash with stm8flash manually, it works correctly.

Board: -Sduino Uno (STM8S105K6) -STM8S105K4T6 Breakout board

Upload Method: "Stlink/V2 (using stm8flash)"

Programmer: "STlink/V2"

(using the same settings, the normal 'upload' function does work using stlink, so consider this a 'low' priority defect)

BrianWilkinsFL commented 1 year ago

I get this if I don’t use Upload w/ programmer.

DirtyEngineer commented 7 months ago

@prosper00 Were you able to figure out this issue? I'm having the identical error.

prosper00 commented 7 months ago

@prosper00 Were you able to figure out this issue? I'm having the identical error.

i don't recall, but i dont think so.