From db2193b8ef417edac13eef12c9bbd0f081424455 Mon Sep 17 00:00:00 2001 From: Ruben Dashyan Date: Thu, 22 Nov 2018 09:44:32 +0100 Subject: [PATCH] [ion/device] Fast Read external flash in SPI mode --- ion/src/device/external_flash.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ion/src/device/external_flash.cpp b/ion/src/device/external_flash.cpp index 0c201a3ec..8e94ef89d 100644 --- a/ion/src/device/external_flash.cpp +++ b/ion/src/device/external_flash.cpp @@ -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 ); }