Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_B-L475E-IOT01
Diff: README.md
- Revision:
- 11:656a96b9981b
- Parent:
- 6:5be6b5fd262f
- Child:
- 12:a07d0af60cc6
diff -r 38d6b74b0eb7 -r 656a96b9981b README.md
--- a/README.md Fri Mar 09 19:30:20 2018 +0000
+++ b/README.md Fri Mar 09 21:30:16 2018 +0000
@@ -359,14 +359,14 @@
- K64F + SPIF (requires shield) + FATFS
- K64F + DataFlash (requires shield) + LittleFS
- K64F + DataFlash (requires shield) + FATFS
-- UBLOX_EVK_ODIN_W2 + Heap + LittleFS
-- UBLOX_EVK_ODIN_W2 + Heap + FATFS
-- UBLOX_EVK_ODIN_W2 + SD + LittleFS
-- UBLOX_EVK_ODIN_W2 + SD + FATFS
-- UBLOX_EVK_ODIN_W2 + SPIF (requires shield) + LittleFS
-- UBLOX_EVK_ODIN_W2 + SPIF (requires shield) + FATFS
-- UBLOX_EVK_ODIN_W2 + DataFlash (requires shield) + LittleFS
-- UBLOX_EVK_ODIN_W2 + DataFlash (requires shield) + FATFS
+- UBLOX_EVK_ODIN_W2 \[1\] + Heap + LittleFS
+- UBLOX_EVK_ODIN_W2 \[1\] + Heap + FATFS
+- UBLOX_EVK_ODIN_W2 \[1\] + SD + LittleFS
+- UBLOX_EVK_ODIN_W2 \[1\] + SD + FATFS
+- UBLOX_EVK_ODIN_W2 \[1\] + SPIF (requires shield) + LittleFS
+- UBLOX_EVK_ODIN_W2 \[1\] + SPIF (requires shield) + FATFS
+- UBLOX_EVK_ODIN_W2 \[1\] + DataFlash (requires shield) + LittleFS
+- UBLOX_EVK_ODIN_W2 \[1\] + DataFlash (requires shield) + FATFS
- NUCLEO_F429ZI + Heap + LittleFS
- NUCLEO_F429ZI + Heap + FATFS
- NUCLEO_F429ZI + SD (requires shield) + LittleFS
@@ -375,3 +375,16 @@
- NUCLEO_F429ZI + SPIF (requires shield) + FATFS
- NUCLEO_F429ZI + DataFlash (requires shield) + LittleFS
- NUCLEO_F429ZI + DataFlash (requires shield) + FATFS
+
+\[1\]: Note: The UBLOX_EVK_ODIN_W2 SPI pins conflict with the default serial
+pins. A different set of serial pins must be selected to use SPI flash with
+serial output.
+
+```c++
+// Connect Tx, Rx, and ground pins to a separte board running the passthrough example:
+// https://os.mbed.com/users/sarahmarshy/code/SerialPassthrough/file/2a3a62ee17fa/main.cpp/
+Serial pc(TX, RX);
+
+pc.printf("..."); // Replace printf with pc.printf in the example
+```
+