You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
6
4
7
-
<spanclass="images"><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
+
<spanclass="images"><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.
8
12
9
13
### QuadSPI class reference
10
14
@@ -15,6 +19,7 @@ The default configuration for the QuadSPI interface are 1 MHz, Single-SPI, Mode
0 commit comments