Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

pic16f877a and writing data to eeprom

Status
Not open for further replies.

rahul95

Newbie level 5
Joined
Oct 21, 2012
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,340
hi

i m new to pic programming. i m doing my project using pic16877a,keypad and lcd , i want to make pic to update time continuously(timer0 interrupt) , so furthermore i m thinking to write data to eeprom.(i have read that there should be minimum 20ms delay between successive use of routines EEPROM_Write and EEPROM_Read)

so if i add a delay to code, will it effect to time updating..

please help

thanks
 

Time is updated through Timer0 interrupt. So, nothing in the code (besides altering Timer0 and interrupt settings) can affect time update. So, the delay between EEPROM write and read functions will not affect time update.

Hope this helps.
Tahmid.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top