EEPROM byte-by-byte write (STM8S103)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-02-24 10:13 AM
Posted on February 24, 2011 at 19:13
EEPROM byte-by-byte write (STM8S103)
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-17 6:12 AM
Posted on May 17, 2011 at 15:12
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