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

Error while uploading: missing 'program.params.quiet' configuration parameter #156

Open DusekM98 opened 6 months ago

DusekM98 commented 6 months ago

I'm receiving the following error when trying to upload using programmer (ST-Link/V2) the default Blink sketch. "Error while uploading: missing 'program.params.quiet' configuration parameter". Any ideas?

DusekM98 commented 6 months ago

I found a temporary solution for those who encountered the same error, but don't want to code in STVD. Code in Arduino IDE with stm8 board set and use Export compiled binary in Sketch. Exported .hex (in project file) upload using ST Visual Programmer.