mirror of https://github.com/ARMmbed/mbed-os.git
By default QSPIFBlockDevice assumes a Flash memory have two Status registers and when writing the Status registers it writes 2 bytes using the WRSR instruction. This will not work on a ISSI Flash memory as they only have a single status register and attempting to write two bytes using WRSR will cause it to ignore the request and be unable to set the QE bit. ISSI datasheet specifies that the WRSR instruction only write a single byte so override the number of status registers for ISSI Flash memories. |
||
---|---|---|
.. | ||
QSPIFBlockDevice.cpp | ||
QSPIFBlockDevice.h | ||
mbed_lib.json |