This application note is intended for STM8 firmware and system designers who need to implement an In-Application Programming (IAP) feature. A Firmware is attached to this Application note that can help you to implement the commands write and erase Regards Chinger
I'm working on a application based on a STM8s208x. For the moment I'm exploring the bootloader and have written a test application on my PC which implements the commands GET, READ, ERASE, WRITE and GO. Now to my problem: I can't get Write and Erase to work. I have seen a comment about having to download these routines into RAM before running them, but I can't find a description about how to do this? Can someone please help me with this?