Winbond: Difference between revisions
| Line 18: | Line 18: | ||
** Transition to low places device into active mode | ** Transition to low places device into active mode | ||
** /CS must track VCC during initialization and shutdown | ** /CS must track VCC during initialization and shutdown | ||
* DI (IO0) data input / | * DI (IO0) data input / I/O-0 | ||
* DO (IO1) data output / | ** SPI must use this for writing. Dual- and Quad-SPI use it bidirectionally. | ||
* /WP (IO2) write protect input / | * DO (IO1) data output / I/O-1 | ||
* /HOLD (IO3) hold input / | ** SPI must use this for reading. Dual- and Quad-SPI use it bidirectionally. | ||
* /WP (IO2) write protect input / I/O-2 | |||
** Used only in Hardware Protection mode (incompatible with Quad-SPI) | |||
* /HOLD (IO3) hold input / I/O-3 | |||
** Used only in Hardware Protection mode (incompatible with Quad-SPI) | |||
* VCC power (2.7V--3.6V) | * VCC power (2.7V--3.6V) | ||
* GND | * GND | ||
Data is written on the rising edge of CLK, and read on the falling edge. | |||
===Registers=== | ===Registers=== | ||