Is it possible to use only Single / Dual SPI Flash?
Posted: Sun Dec 29, 2019 6:29 pm
I am just going through future project ideas in my mind and I was wondering if it is possible to just use normal SPI mode for the external flash IC (which only needs two pins for data transfer, not four as usual Quad-SPI flash ICs do)?
The advantage of this would be that two more GPIOs could be used in software. One downside may be that more wait states need to be introduced due to slower interfacing to external flash.
As you can read on page 13 of ESP8266EX documentation: https://www.espressif.com/sites/default ... eet_en.pdf
So, in theory it should be possible. Has anyone ever tried it?
The advantage of this would be that two more GPIOs could be used in software. One downside may be that more wait states need to be introduced due to slower interfacing to external flash.
As you can read on page 13 of ESP8266EX documentation: https://www.espressif.com/sites/default ... eet_en.pdf
SPI mode supported: Standard SPI, Dual SPI and Quad SPI. The correct SPI mode should be selected
when flashing bin files to ESP8266.
So, in theory it should be possible. Has anyone ever tried it?