Skip to main content
Visitor II
July 28, 2004
Question

EEPROMS and arrays

  • July 28, 2004
  • 1 reply
  • 589 views
Posted on July 28, 2004 at 20:11

EEPROMS and arrays

    This topic has been closed for replies.

    1 reply

    Visitor II
    July 28, 2004
    Posted on July 28, 2004 at 20:11

    My particular problem is on a st72324. It probably shows what little I know about programming on micros. We have a driver that loads the EEPROM at startup. It first checks a signature and if different reloads the EEPROM. That is working fine. The next step is an array is filled with a portion of the EEPROM data. If the EEPROM data that is hard coded in the program is changed and the signature is changed so the EEPROM will be reloaded, the data in the array will not reflect the change that was made. NOW, if the array is loaded prior to the EEPROM being reloaded. IT WORKS! Has anyone had this problem before? I can add more details if need be. thanks in advanced.