2009-03-29 10:03 PM
bootloader
2011-05-17 06:02 AM
Hi Petter,
You can refer to the application notes AN2659 available in the following link:http://www.st.com/stonline/products/literature/anp/14153.pdf
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 Chinger2011-05-17 06:02 AM
Hi all,
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?