EEprom
darkangel
Posts: 1
hi all, i need help on one area regarding EEprom for my GPS system.
i was able to store data on the EEprom·but i could extract it out..(before integrating with GPS)
Anyone could help me with this? is there any codes available?
i was able to store data on the EEprom·but i could extract it out..(before integrating with GPS)
Anyone could help me with this? is there any codes available?
Comments
I have similar problem for my final year project. I am using EE Prom 24LC128. I got the codes from Parallax and I am able to store(Write), however I do not know how to go about reading the information·from the particular address being saved.
For example; when I run, it shows ' Enter value to store from 0 to 255: ' I add a particular value let say 20, it will prompt me ' Enter address to store 20 at, 0 to 15999: ' so I key in an address let say 55, it will show ' Value stored at location 55 is 20'
Now I supposed I have stored in the EE Prom, but how do I read the value from the address that I keyed in? I meant working in a reverse condition which I know the address but I want to find out what value have I stored in it.
I hope you can solve my doubt. Thanks a lot.