Sign in

username:

password:



Not a member?

Search piclist



Search tips

Subscribe to piclist



piclist by Keywords

12F675 | 16F628 | 16F84 | 16f877 | 16F877A | 16F88 | 18F458 | ADC | AVR | Bootloader | CAN | CCS | CRC | EAGLE | EEPROM | ICD | ICSP | IDE | JDM | LED | Macros | Microchip | MPLAB | PCB-CAD | PIC10F | Pic12f675 | PIC16F84 | PIC16F84A | PIC16F877 | PIC18 | PIC18F452 | PicBasic | PICC | PICSTART | PWM | RS-485 | RS232 | SMT | SPI | UART | USART | USB | Wireless | Wisp628 | Xilinx


Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | Piclist | EEPROM starting address

A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.

EEPROM starting address - R Ramesh - Jul 29 7:36:00 2003

Hi
 
I need to store the value in eeprom . I m using PIC 16f877 C Microchip . I dont know which is the starting address of eeprom .
 
i need to store the the time how long my machine run at the customer place .It is possible to store that much data can store .
 
thx
ramesh
 





(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )


Re: EEPROM starting address - Paul_Lav - Jul 29 12:03:00 2003

Hi,
 
It is h'0', and goes up to h'FF'. Look on the data sheet on www.microchip.com for more info.
 
It is possible to store the data, i would write the program so it stores seconds(maybe?), minutes, hours, days, years(maybe?) as seperate addresses. But thinking about it, you would run into problems with the days as you can only to 255 with the pic (8 bit system), so would need somet thinking about! Also leap years, but that is probably going to far!
 
Actually, you have given me an idea! :-) I might put something like that in my programme for a new control system i am working on! Cheers!
 
Paul
----- Original Message -----
From: R Ramesh
To: p...@yahoogroups.com
Sent: Tuesday, July 29, 2003 1:36 PM
Subject: [piclist] EEPROM starting address

Hi
 
I need to store the value in eeprom . I m using PIC 16f877 C Microchip . I dont know which is the starting address of eeprom .
 
i need to store the the time how long my machine run at the customer place .It is possible to store that much data can store .
 
thx
ramesh
 




Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )

Re: EEPROM starting address - cdb - Jul 29 22:47:00 2003

Ramesh

On the 16F series it begins at 0x2100 on the 18F series 0xF00000

There is 256bytes of EEPROM if this gets filled up you'll need to
code in a rotating address.

There is also an approximate 100,000 write cycles before the EEPROM
starts to fail.

Colin
On Tue, 29 Jul 2003 05:36:24 -0700 (PDT), R Ramesh wrote:
::I need to store the value in eeprom . I m using PIC 16f877 C
::Microchip . I dont know which is the starting address of eeprom .
::
::i need to store the the time how long my machine run at the
::customer place .It is possible to store that much data can store .
::

--
cdb, on 30.07.2003

I have always been a few Dendrites short of an Axon and believe me it
shows.

Light travels faster than sound. That's why some people appear bright
until they speak!




(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )