mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 03:29:58 +02:00
[ion/device] Fast Read external flash in SPI mode
This commit is contained in:
@@ -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
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user