Thank you to whoever wrote Application Note AN012.
Oldbitcollector (Jeff)
Posts: 8,091
I'm not sure who you are, but Andre' LaMothe you made my life much easier with that Application Note in one of my last designs.
http://www.parallaxsemiconductor.com/sites/default/files/appnotes/AN012-SRAM-v1.0_0.pdf
Big Thank You!
OBC
http://www.parallaxsemiconductor.com/sites/default/files/appnotes/AN012-SRAM-v1.0_0.pdf
Big Thank You!
OBC

Comments
Thank You Andre' LaMothe!
You'll see this circuit in a couple of the new GG products. This Appnote made it painless!
SPI_CS SPI_SCK SPI_MOSI SPI_MISO 3.3V (VCC)  Microchip 23K256 32K SRAM ┣─────┐ ┌──────────┐ │ 0.1uF (bypass) SPI_CS ──────── CSn│1 8│Vcc ───────┫  │ │ │ GND SPI_MISO ────── SO │2 7│HOLDn ─────┘ │ │ NC │3 6│SCK ─────── SPI_SCK │ │ ┌─── Vss│4 5│SI ──────── SPI_MOSI │ └──────────┘ │  GNDOBCGreat! As a DIP I assume? Then people can use 1MB SPI Flash when they exhaust propeller memory instead of switching to another chip
Quickplayer "Extreme" has it connected as follows..
Can I use this with your C compiler?
OBC
Yes, Propeller-GCC programs can use it. All you need is a config file to set the pins - the driver is already written.
It will be faster than running from eeprom or sd card.