Question
QuadSPI Single SPI mode IO2 state
In Single SPI mode, the unused qspi pins are held as follows:
IO2 is in output mode and forced to ‘0’ (to deactivate the “write protect�? function)
IO3 is in output mode and forced to ‘1’ (to deactivate the “hold�? function)
Problem is, all the flash chips I've looked at (W25Q128, N25Q512 etc) the Write Protect pin is active low so by forcing IO2 low, the write protect is activated. This means that I can't write or erase the chip unless I get it into full quad mode.
Am I missing something here ?
