PIC16F877 internal EEPROM code and Proteus simulation

This post provides the internal EEPROM reading and writingΒ code for PIC16F877 microcontroller.

PIC16F877 internal EEPROM

As we know[1], PIC16F877 microcontroller has 256 x 8 bytes of built in EEPROM data space with an address range of 0x000 to 0x7FF. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the β€˜Downloadsβ€˜Β section at the bottom of this page.

It is assumed that you know how to blink an LED with PIC16F877 microcontroller. If you don’t then please readΒ this pageΒ first, before proceeding with this article.

The result of simulating the code inΒ ProteusΒ is shown below.

PIC16F877 internal EEPROM schematic

In the above circuit[2], LED attached on RB0 indicates weather a byte was successfully written in the internal EEPROM or not. In the above figure, LED isΒ ONΒ which indicates that EEPROM was successfully programmed.

Code

The code for the main function is shown below.

Downloads

EEPROM code for PIC16F877 was compiled inΒ MPLAB v8.85 with HI-TECH C v9.83 compiler and simulation was made in Proteus v7.10.Β To download code andΒ ProteusΒ simulationΒ click here.

 

For more detail: PIC16F877 internal EEPROM code and Proteus simulation


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.