How to read from EEPROM and write the contents to a file ??
how to get data from EEPROM to a file
Collapse
X
-
Originally posted by askcqyes ... on a micro procesor
its ATMEL EEPROM
i need to know how to read the contents and write the contents of EEPROM to a file
(1) on the microprocessor which reads the data and transmits it over serial line to a PC
(2) on a PC which reads data from the serial lines and writes it to a file
do you have the compiler etc for the microprocessor?Comment
-
Originally posted by horace1usally one would have two programs
(1) on the microprocessor which reads the data and transmits it over serial line to a PC
(2) on a PC which reads data from the serial lines and writes it to a file
do you have the compiler etc for the microprocessor?Comment
-
Originally posted by askcqyes, I need to know the logic alone .i.e., how to read from EEPROM and write it into a file .
How are you going to connect the microcontroller to the host PC, e.g. serial line, usb, parallel port?Comment
-
Originally posted by horace1how is the EEPROM interfaced to the micrcontroller, e.g. memory mapped?
How are you going to connect the microcontroller to the host PC, e.g. serial line, usb, parallel port?
I want to write the entire contents of the EEPROM to a file
how can I do itComment
-
Originally posted by askcqmicroprocessor is communicating with EEPROM through I2C ....I could read and write in EEPROM
I want to write the entire contents of the EEPROM to a file
how can I do itComment
Comment