Skip to content

Commit a938c27

Browse files
committed
QSPI: add use case + 4 data lines for communcation
1 parent a6c5c01 commit a938c27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/contributing/target/QuadSPI.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<h2 id="quadspi-port">QuadSPI</h2>
22

3-
Implementing QSPI enables Mbed OS to communicate with external memories much faster than via SPI.
3+
Implementing QSPI enables Mbed OS to communicate with external memories much faster than via SPI. Because the communication can be up to four lines between the host and a device.
4+
5+
The most common use case is an external memory to use as additional data storage.
46

57
<span class="warnings">**Warning:** We are changing the QSPI HAL API in an upcoming release of Mbed OS. You can find details on how it may affect you in the [Implementing the QSPI API](#implementing-the-qspi-api) section.
68

0 commit comments

Comments
 (0)