2018-07-05 06:07 AM
I am trying to flash only the program memory of an STM8S003F3 with the command line version of the STVP.
Even if I specify the -no_progOption and the -no_progData options it still tries to verify the data memory:
If I specify the -no_verify option then the program executes just fine:
I think it is an incorrect behavior which should be fixed.
#stvp #bug #command-line