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
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
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
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
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
Bookmarks