]> sigrok.org Git - sigrok-dumps.git/commitdiff
spi_mode: cmds: Add a small README.
authorUwe Hermann <redacted>
Sun, 30 Jun 2019 14:15:19 +0000 (16:15 +0200)
committerUwe Hermann <redacted>
Sun, 30 Jun 2019 14:43:30 +0000 (16:43 +0200)
sdcard/spi_mode/cmds/README [new file with mode: 0644]

diff --git a/sdcard/spi_mode/cmds/README b/sdcard/spi_mode/cmds/README
new file mode 100644 (file)
index 0000000..4f10892
--- /dev/null
@@ -0,0 +1,25 @@
+-------------------------------------------------------------------------------
+SD card / SPI-mode / Commands
+-------------------------------------------------------------------------------
+
+This is a set of example captures of individual SD card commands in SPI-mode.
+
+
+Logic analyzer setup
+--------------------
+
+The logic analyzer used was an FX2-based device (at 24MHz):
+
+  Probe       SD card
+  -------------------
+  0           MOSI
+  1           MISO
+  2           CLK
+  3           CS#
+
+
+cmd17.sr
+--------
+
+This file contains a CMD17 (READ_SINGLE_BLOCK) sequence, reading 512 bytes
+from address 0x000f. The first few bytes of the data are "sigrok rocks".