| ??? 12/16/02 21:53 Read: times |
#34570 - RE: serial EEPROM life extension |
I notice in your first subroutine FetchEE() that the "offset" variable appears to be uninitialized at the time the code comes to the first while() instruction.
unsigned int FetchEE (void)
{
unsigned int offset;
unsigned int data ;
while (!offset)
{
. . .
. . .
Michael |



