Using a MX25L3233F
I'm looking at using the MX25L3233F for flash storage. This is a serial NOR device. It appears to support QuadSPI, but it also appears to support regular SPI:
"MX25L3233F features a serial peripheral interface and software protocol allowing operation on a simple 3-wire
bus while it is in single I/O mode. The three bus signals are a clock input (SCLK), a serial data input (SI), and a
serial data output (SO). Serial access to the device is enabled by CS# input"
I'm planning on using this with an STM32G03 series, which does not support QuadSPI, but does support SPI.
Am I being too naïve to think I can use this as a regular SPI device and just use it for storage?
