]> sigrok.org Git - sigrok-dumps.git/commitdiff
Add SD card (SPI mode) dumps of an XMORE 512MB card.
authorUwe Hermann <redacted>
Tue, 28 Aug 2012 20:36:54 +0000 (22:36 +0200)
committerUwe Hermann <redacted>
Wed, 29 Aug 2012 20:54:08 +0000 (22:54 +0200)
sdcard/spi_mode/xmore_512mb/README [new file with mode: 0644]
sdcard/spi_mode/xmore_512mb/xmore_512mb_get_csd.sr [new file with mode: 0644]
sdcard/spi_mode/xmore_512mb/xmore_512mb_read_3blocks_A.sr [new file with mode: 0644]

diff --git a/sdcard/spi_mode/xmore_512mb/README b/sdcard/spi_mode/xmore_512mb/README
new file mode 100644 (file)
index 0000000..65608c0
--- /dev/null
@@ -0,0 +1,31 @@
+-------------------------------------------------------------------------------
+SD card / SPI-mode / XMORE 512MB
+-------------------------------------------------------------------------------
+
+This is a set of example captures of an XMORE 512MB SD card in SPI-mode.
+
+Details:
+TODO.
+
+
+Logic analyzer setup
+--------------------
+
+The logic analyzer used was a Saleae Logic (at 4MHz):
+
+  Probe       SD card
+  -------------------
+  2 (brown)   CS#
+  3 (red)     MOSI
+  4 (orange)  CLK
+  5 (yellow)  MISO
+
+
+Data
+----
+
+The sigrok command line used was:
+
+  sigrok-cli -d fx2lafw:samplerate=4mhz --time <time> \
+             -p 2=CS#,3=MOSI,4=CLK,5=MISO -o <file>
+
diff --git a/sdcard/spi_mode/xmore_512mb/xmore_512mb_get_csd.sr b/sdcard/spi_mode/xmore_512mb/xmore_512mb_get_csd.sr
new file mode 100644 (file)
index 0000000..49e8b35
Binary files /dev/null and b/sdcard/spi_mode/xmore_512mb/xmore_512mb_get_csd.sr differ
diff --git a/sdcard/spi_mode/xmore_512mb/xmore_512mb_read_3blocks_A.sr b/sdcard/spi_mode/xmore_512mb/xmore_512mb_read_3blocks_A.sr
new file mode 100644 (file)
index 0000000..066aa11
Binary files /dev/null and b/sdcard/spi_mode/xmore_512mb/xmore_512mb_read_3blocks_A.sr differ