janetsmith2000@yahoo.com
New Member
actually i can read and write the external eeprom 
the problem i face is that
I CANNT get a value by specifying the varible name. instead, i have to supply memory address for that.
for example, i cannt read a value by simply writing
printf("%u", variable_name");
instead, i have to KNOW the address of the content in ADVANCE!.
What is the conventional way of retrieving data from eeprom?
the problem i face is that
I CANNT get a value by specifying the varible name. instead, i have to supply memory address for that.
for example, i cannt read a value by simply writing
printf("%u", variable_name");
instead, i have to KNOW the address of the content in ADVANCE!.
What is the conventional way of retrieving data from eeprom?