Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/26/02 14:03
Read: times


 
#33181 - RE: SERIAL EEPROM PROGRAMMING
Serial port is not suitable for programming serial eeproms (unless eeprom has a uart interface). Commonly, serial eeproms (eg AT93C46) are programmed via 3-4 pins (which is not RxD, Txd):

DI:Data in
DO:Data out
SCK: Clock
CS : Chip select

Their timing charts and programming instructions are given in the datasheets. Various code security methods can also be implemented like CRC, LRC to avoid data loss or miss+(writing/reading).

List of 6 messages in thread
TopicAuthorDate
SERIAL EEPROM PROGRAMMING            01/01/70 00:00      
RE: SERIAL EEPROM PROGRAMMING            01/01/70 00:00      
RE: SERIAL EEPROM PROGRAMMING            01/01/70 00:00      
RE: SERIAL EEPROM PROGRAMMING            01/01/70 00:00      
RE: SERIAL EEPROM PROGRAMMING            01/01/70 00:00      
RE: SERIAL EEPROM PROGRAMMING            01/01/70 00:00      

Back to Subject List