Question
[STVP bug]Unable to program only the program memory
Posted on July 05, 2018 at 15:07

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