aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/lisa-m-2/spi/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/f1/lisa-m-2/spi/README')
-rw-r--r--examples/stm32/f1/lisa-m-2/spi/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/stm32/f1/lisa-m-2/spi/README b/examples/stm32/f1/lisa-m-2/spi/README
new file mode 100644
index 0000000..829f2f4
--- /dev/null
+++ b/examples/stm32/f1/lisa-m-2/spi/README
@@ -0,0 +1,14 @@
+------------------------------------------------------------------------------
+README
+------------------------------------------------------------------------------
+
+This example program demonstrates simple SPI transceive on Lisa/M 2.0 board
+(http://paparazzi.enac.fr/wiki/Lisa/M_v20 for details).
+
+The terminal settings for the receiving device/PC are 9600 8n1.
+
+The example expects a loopback connection between the MISO and MOSI pins on
+SPI1.
+
+A counter increments and the spi sends this byte out, after which it should
+come back in to the rx buffer, and the result is reported on the uart.