Skip to content

Commit 898d1c6

Browse files
committed
QSPI: fix introduction
1 parent 5905571 commit 898d1c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/contributing/target/QuadSPI.md

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

3-
The QSPI HAL defines API for targets that contain QSPI capable peripheral. Developers often use the QSPI interface for data storage.
3+
Implementing QSPI enables Mbed OS to communicate with external memories much faster than via SPI.
44

55
<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.
66

@@ -9,7 +9,7 @@ The QSPI HAL defines API for targets that contain QSPI capable peripheral. Devel
99
#### Defined behavior
1010

1111
- A target implementaion covers most of the QSPI frame format (some targets might not provide the flexibility for setting all frame parameters).
12-
- Command transfer - A target might provide additional API for sending device-specific commands. If it does not, you can implement it using read and write functions. (This is target or driver dependent.)
12+
- Command transfer - A target might provide additional functions for sending device-specific commands. If it does not, you can implement it using read and write functions. (This is target or driver dependent.)
1313

1414
#### Undefined behavior
1515

0 commit comments

Comments
 (0)