2011-02-24 10:13 AM
EEPROM byte-by-byte write (STM8S103)
2011-05-17 06:12 AM
In my opinion, your code doesn't work because STM8S103 devices haven't RWW (Read While Write) feature.
This means that your code must be located in RAM to work as you expect. Maybe I'm wrong... It's however easy for you to test my hypothesis. Regards EtaPhi