2004-07-28 11:11 AM
2004-07-28 11:11 AM
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.