For this STM8 project, the compiler generates the file blinky.s19
This file is not valid since the address field is 3 bytes long so the records should be:
S2 LENGTH ADDRESS DATA CHK
S2...
S8 LENGTH FIRST-ADDRESS CHK or S804000000FB
The file blinkyOK.s19 is manually updated to work with ST Visual Programmer.
The file blinky.s28 is what the compiler should generate.