Skip to content

Commit 554ab90

Browse files
author
Amanda Butler
authored
Copy edit QuadSPI.md
Make minor copy edits, mostly for active voice and formatting for rendering.
1 parent 80e0ff7 commit 554ab90

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

docs/reference/api/drivers/QuadSPI.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
## QuadSPI
22

3-
The QuadSPI driver in mbed-os provides functionality to configure and access QuadSPI devices connected over a QuadSPI interface.
4-
The QuadSPI protocol provides a serial communication interface on four data lines between host and device. It uses up to six lines in total: one line for chip select, one line for clock and four lines for data in/out. You can use this interface for communication with QSPI devices such as Flash memory, display devices and other types of devices providing QuadSPI communication support. The QuadSPI interface can also be configured to work in Single-SPI(traditional SPI) mode or Dual-SPI mode.
5-
The default configuration for the QuadSPI interface are 1 MHz, Single-SPI, Mode 0.
3+
The QuadSPI driver in Mbed OS provides functionality to configure and access QuadSPI devices connected over a QuadSPI interface.
64

7-
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/quadspi.png)<span><br>The above diagram shows an example hardware configuration of a Flash memory connected over a QuadSPI interface.</span> For more information, please review the related content.
5+
The QuadSPI protocol provides a serial communication interface on four data lines between the host and the device. It uses up to six lines in total: one line for chip select, one line for clock and four lines for data in/out. You can use this interface for communication with QSPI devices, such as Flash memory, display devices and other types of devices providing QuadSPI communication support. You can also configure the QuadSPI interface to work in Single-SPI (traditional SPI) mode or Dual-SPI mode.
6+
7+
The default configuration for the QuadSPI interface is 1 MHz, Single-SPI, Mode 0.
8+
9+
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/quadspi.png)<span><br>The above diagram shows an example hardware configuration of a Flash memory connected over a QuadSPI interface.</span>
10+
11+
For more information, please review the related content.
812

913
### QuadSPI class reference
1014

@@ -15,6 +19,7 @@ The default configuration for the QuadSPI interface are 1 MHz, Single-SPI, Mode
1519
[![View Example](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/mbed-os-example-qspi/)](https://os.mbed.com/teams/mbed_example/code/mbed-os-example-qspi/)
1620

1721
### Related content
18-
<a href="www.st.com/resource/en/application_note/dm00227538.pdf">STMicroelectronics Quad-SPI documentation</a>
19-
<a href="http://www.macronix.com/Lists/Datasheet/Attachments/6270/MX25R6435F,%20Wide%20Range,%2064Mb,%20v1.4.pdf">Macronix MX25R6435F flash memory with Quad-SPI</a>
20-
<a href="http://infocenter.nordicsemi.com/pdf/nRF52840_OPS_v0.5.pdf">Nordic Quad-SPI support in NRF52840</a>
22+
23+
- <a href="www.st.com/resource/en/application_note/dm00227538.pdf">STMicroelectronics Quad-SPI documentation</a>.
24+
- <a href="http://www.macronix.com/Lists/Datasheet/Attachments/6270/MX25R6435F,%20Wide%20Range,%2064Mb,%20v1.4.pdf">Macronix MX25R6435F flash memory with Quad-SPI</a>.
25+
- <a href="http://infocenter.nordicsemi.com/pdf/nRF52840_OPS_v0.5.pdf">Nordic Quad-SPI support in NRF52840</a>.

0 commit comments

Comments
 (0)