SPI Ferroelectric RAM (FRAM)
wmosscrop
Posts: 409
Does anyone have any P1 or P2 code for driving FRAM via SPI?
Comments
I finally got a driver to work, based on other SPI memory (battery-backed). I was hoping that I could find some Propeller code to work with, but ended up doing quite a bit of reading from other platforms.
The key appears to be that you must do a write enable before a write, and that you must raise CS# after the write enable command (can't do the write enable and write in the same CS# lowering).