View previous topic :: View next topic |
Author |
Message |
guest Guest
|
24LC512 Microchip EEPROM |
Posted: Sun May 22, 2005 10:31 pm |
|
|
I need to do a data logger using a 24LC512 Microchip EEPROM, the driver that CCS has it is for 24LC256, how can I do for use a 24LC512.
I need to record 5 adc signals, and then send it via rs232 to a pc.
Thanks,
Fernando |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Mon May 23, 2005 6:06 am |
|
|
Had there not been a driver in the library, you would look at the datasheets for both devices. Find out what is different between the two and then modify the existing driver. |
|
|
Fernando Guest
|
|
Posted: Mon May 23, 2005 4:05 pm |
|
|
Thanks for you information, i am going to try to do my pic program using it. First, I'm going to record one adc channel, record data on memory and then recovery using RS232. |
|
|
Guest
|
|
Posted: Mon May 23, 2005 4:14 pm |
|
|
I used one of these a while back - as I recall, I just took the 24256 driver as supplied and modified the EEPROM_SIZE definition. Worked fine for me. |
|
|
|