[ion/device] Fast Read external flash in SPI mode

This commit is contained in:
Ruben Dashyan
2018-11-22 09:44:32 +01:00
parent ee302e8413
commit db2193b8ef

View File

@@ -82,8 +82,8 @@ static void set_as_memory_mapped() {
send_command_full(
QUADSPI::CCR::FunctionalMode::MemoryMapped,
DefaultOperatingMode,
Command::ReadData,
0, 0, nullptr, 0
Command::FastRead,
0, 8, nullptr, 0
);
}