PDA

View Full Version : Read / Write , To / From Internal EEPROM



charudatt
- 5th September 2003, 22:05
Hello Friends,

It might sound stupid, but I am a novice in MCU programing.

I am looking for a code for 16F877 to read and write into Internal EEPROM.

Thanks

Melanie
- 5th September 2003, 22:52
Look in the PBP manual for WRITE, READ and DATA commands. It is explained in explicit detail. If you haven't got one, then download the pdf from the MeLabs website.

Melanie

charudatt
- 6th September 2003, 20:36
Hello Melanie

I got it and once again thanks a lot for your help. It was really simple. Used the data command to fill a part of the EEPROM and then used the READ command to read it and display it on the variable. Thanks once again.

Regards

Squibcakes
- 31st October 2003, 03:23
Hi,

Even better, download microcode studio. Its help system is pretty good and has all the picbasic commands listed for easy use while writing your code.

I usually have the help window open all the time while I'm coding for this very reason.

J