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
Copy file name to clipboardExpand all lines: examples/stm32l432/src/bin/qspi_mmap.rs
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,8 @@
2
2
#![no_main]
3
3
#![allow(dead_code)]
4
4
/// This example demonstrates how to use the QSPI peripheral in both indirect-mode and memory-mapped mode.
5
-
/// If you want to test this example, please pay attention to:
6
-
/// 1. connect QSPI pins to the flash memory.
7
-
/// 2. check the flash memory datasheet to make sure operations in this example are compatible with your device, especially the registers I/O operations.
5
+
/// If you want to test this example, please pay attention to flash pins and check flash device datasheet
6
+
/// to make sure operations in this example are compatible with your device, especially registers I/O operations.
0 commit comments