The documentation is unclear about QSPI handling:
If I issue a QSPI erase command then I receive confirmation that the erase command has been written to the external QSPI chip; the external QSPI chip will commence the erase operation.
Questions:
1) If I immediately issue a QSPI Write command then does the chip wait until the external QSPI chip has finished the erase?
2) If it does wait then is there a timeout on this or will it hang forever?
[I believe that the chip issues read status instructions to determine the state of the external QSPI chip's WIP bit. However the documentation is unclear on how oftern it does this, if there is a timeout, etc]