Skip to main content
Visitor II
February 24, 2011
Question

EEPROM byte-by-byte write (STM8S103)

  • February 24, 2011
  • 1 reply
  • 582 views
Posted on February 24, 2011 at 19:13

EEPROM byte-by-byte write (STM8S103)

    This topic has been closed for replies.

    1 reply

    Visitor II
    May 17, 2011
    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