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
Use `qspi_write` and `qspi_read` for data transfers. For communicating with a device, use `qspi_command_transfer`.
65
+
Use `qspi_write` and `qspi_read` for data transfers. To communicate with a device, use `qspi_command_transfer`.
65
66
66
67
To enable the QSPI HAL, define `QSPI` in the targets.json file inside `device_has`:
67
68
@@ -73,7 +74,11 @@ To enable the QSPI HAL, define `QSPI` in the targets.json file inside `device_ha
73
74
74
75
### Testing
75
76
76
-
The Mbed OS HAL provides a set of conformance tests for the QSPI interface (**Note: QSPI HAL tests require onboard QSPI flash memory**). You can use these tests to validate the correctness of your implementation. To run the QSPI HAL tests, use the following command:
77
+
The Mbed OS HAL provides a set of conformance tests for the QSPI interface.
78
+
79
+
<spanclass="notes">**Note:** QSPI HAL tests require onboard QSPI flash memory.</span>
80
+
81
+
You can use these tests to validate the correctness of your implementation. To run the QSPI HAL tests, use the following command:
77
82
78
83
```
79
84
mbed test -t <toolchain> -m <target> -n tests-mbed_hal-qspi
0 commit comments