cancel
Showing results for 
Search instead for 
Did you mean: 

EEPROMS and arrays

ericlarson9
Associate II
Posted on July 28, 2004 at 20:11

EEPROMS and arrays

1 REPLY 1
ericlarson9
Associate II
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.