Skip to main content
Visitor II
January 27, 2006
Question

ST72334 Data EEPROM programming

  • January 27, 2006
  • 12 replies
  • 2519 views
Posted on January 27, 2006 at 05:35

ST72334 Data EEPROM programming

    This topic has been closed for replies.

    12 replies

    Visitor II
    January 26, 2006
    Posted on January 26, 2006 at 11:33

    Quote:

    @eeprom unsigned short tab[4];

    the compiler shows this error message ....

    works fine here... I also tried using the array and the code generated looks correct; maybe you can try just adding that line (plus the line in the linker file) in one of the examples provided and work from there.

    Regards,

    Luca

    celine2Author
    Visitor II
    January 27, 2006
    Posted on January 27, 2006 at 05:35

    Luca,

    you are completely right, it is working, I don't know what I was doing before... :-W

    THank you again ;)