We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381f681 commit ccedc62Copy full SHA for ccedc62
components/storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.cpp
@@ -1058,7 +1058,7 @@ int QSPIFBlockDevice::_handle_vendor_quirks()
1058
// 2. Require setting a "fast mode" bit in config register 2 to operate at higher clock rates
1059
// 3. Should never attempt to enable 4-byte addressing (it causes reads and writes to fail)
1060
tr_debug("Applying quirks for macronix");
1061
- _needs_fast_mode = true;
+ //_needs_fast_mode = true;
1062
_read_status_reg_2_inst = QSPIF_INST_RDCR;
1063
_attempt_4_byte_addressing = false;
1064
break;
0 commit comments