SX external storage
kingneb
Posts: 65
What chip should I use for external storage for an SX microcontroller? The SX has to write to it and read from it.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
All my exes live in Texas
Oh yeah, all my exes are six feet under the ground!!!
One was a lineman who violated the one hand rule.
The·second put his tongue on 10 car batteries wired in series.
The third was involved in a tesla coil experiment gone bad.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
All my exes live in Texas
Oh yeah, all my exes are six feet under the ground!!!
One was a lineman who violated the one hand rule.
The·second put his tongue on 10 car batteries wired in series.
The third was involved in a tesla coil experiment gone bad.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Fast serial speeds, max speed is upwards of 15-25 mbps
uses only a few pins (parallel memory can eat pins like crazy)
non-volatile w/ no battery backup
easy to write to in SX/B or asm
Largest capacity is about 32k bytes, but you can use multiple chips in parallel all sharing a bus
http://www.ramtron.com/doc/Products/serial.asp
I'm using one of the FM25256 in a project right now at about 7mbps and it works perfectly.
Keith