New cache driver for SST SPI flash chips
David Betz
Posts: 14,516
I just pushed a modification to the generic spi_flash_cache driver to make it work with SST SPI flash chips like the SST25VF080B (8Mb) and the SST25VF032B (32Mb) chips. My immediate motivation was to get external memory working on Rayman's excellent Propeller Keychain System (PKS). I've attached the configuration file for the PKS as well as the required driver. These changes will also be in the next Propeller C release.
Comments
You can also use Propeller C with your SuperQuad board by using the sst_sqi_flash_cache driver and by making a copy of the sst.cfg file and changing the pin numbers to match where you installed your SuperQuad board. I still have to write a driver for your RamPage board. I'll attach the driver and the sample configuration file to this message.
After installing the driver and your modified configuration file you should be able to select your configuration from the menu in SimpleIDE.
Feel free to ask questions if you have trouble figuring this out!