External memory assist
nick bernard
Posts: 329
hello,
i could use some help selecting an external memory ic on an sx48 project as i am a nub in this area.
flash is nonvolitile & rewriteable (once a second, forever) correct?
nonvolitile, rewriteable, uses <27 control pins, & hand solerable are my only known prereq's.
i found this one at digikey
AT29C010A-70TC-ND IC FLASH MEM 5V 1M 70NS 32TSOP
it has mucho memory and is quick but requires many control pins.
but i can ignore some of the pages and reduce the number of address pins required right?
any help would be well received
rox on
nickB
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
engineer, fireman, bowler, father, WoW addict [noparse];)[/noparse]
i could use some help selecting an external memory ic on an sx48 project as i am a nub in this area.
flash is nonvolitile & rewriteable (once a second, forever) correct?
nonvolitile, rewriteable, uses <27 control pins, & hand solerable are my only known prereq's.
i found this one at digikey
AT29C010A-70TC-ND IC FLASH MEM 5V 1M 70NS 32TSOP
it has mucho memory and is quick but requires many control pins.
but i can ignore some of the pages and reduce the number of address pins required right?
any help would be well received
rox on
nickB
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
engineer, fireman, bowler, father, WoW addict [noparse];)[/noparse]
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10
serial would suffice since this is a user interface and users are much slower that the sx series.
i2c would be a delight but digikey only has a 256X8b i2c device in a 8dip package and its volitile, methinks. (PCF8570PN).
i dont have any experiance with spi but i'd be willing to learn BUT digikey doesnt list ANY serial devices with a 5VDC supply. which is a great convienence.
so to revise the list of prereq's
nonvolitile, rewriteable, uses <27 control pins, hand solerable, 5VDC supply, >=2KBytes
also i suppose a brief history of the project might help
this origionally was a bs2pe application
there is a transmitter that sends 96 bytes via ttl serial I9600-8N1 to a single receiver. there is one signivicant bit (bit0) in the byte. each bit is read and packed into the scratchpad for analysis which results in a 16byte display (50 seperate addressed lines stored in the eeprom) on an lcd (hence the non-volitile part).
in this project there will be 2 transmitters operating independantly with the same serial interface.
i need a new receiver to read both serial lines and process all 192bits into one of 98 16byte sentences to be displayed on an LCD.
since the origional project i've begun using the SX28's and in this application i think i'll try an sx48. i'd like to store the lcd sentences and the status bits in the external memory.
i think that the sx48 can meet these requirements but i may need to expand in the future so more memory would be handy.
thx
nickb
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
engineer, fireman, bowler, father, WoW addict [noparse];)[/noparse]
There are also other EEPROMs in DIP package that are I2C, and I think Parallax sells one that fits the bill.
Examples are 24LC16 (2K), 24LC32 (4K),...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10
Post Edited (Paul Baker) : 12/22/2005 11:06:52 PM GMT
i'll try out those fram ic's. also thx for the newark reference
roxon
nickb
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
engineer, fireman, bowler, father, WoW addict [noparse];)[/noparse]