summaryrefslogtreecommitdiff
path: root/sdcard/spi_mode
diff options
context:
space:
mode:
authorGerhard Sittig <gerhard.sittig@gmx.net>2019-04-03 19:54:12 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2019-04-15 18:27:55 +0200
commite528cbd4562fd59c711971e40782df2c7d113413 (patch)
tree06da05a268d536d8dcad933811c8432d2bb059e0 /sdcard/spi_mode
parent74c85c56f7aaf30e48a3c1387abf18e27202da03 (diff)
downloadsigrok-dumps-e528cbd4562fd59c711971e40782df2c7d113413.tar.gz
sigrok-dumps-e528cbd4562fd59c711971e40782df2c7d113413.zip
sdcard_spi: add CMD24 dumps (write single block)
Pierre Poulain provided these files in bug #1365 as public domain.
Diffstat (limited to 'sdcard/spi_mode')
-rw-r--r--sdcard/spi_mode/write_single_block/README32
-rw-r--r--sdcard/spi_mode/write_single_block/data_transfer_complete_simulated.srbin0 -> 2322 bytes
-rw-r--r--sdcard/spi_mode/write_single_block/data_transfer_start_snippet.srbin0 -> 780 bytes
3 files changed, 32 insertions, 0 deletions
diff --git a/sdcard/spi_mode/write_single_block/README b/sdcard/spi_mode/write_single_block/README
new file mode 100644
index 0000000..391f73f
--- /dev/null
+++ b/sdcard/spi_mode/write_single_block/README
@@ -0,0 +1,32 @@
+-------------------------------------------------------------------------------
+SD card / SPI-mode / CMD24 (write single block)
+-------------------------------------------------------------------------------
+
+This set of example captures demonstrates CMD24 (write single block)
+commands including their data phase.
+
+Pierre Poulain provided these files in bug #1365 as public domain.
+
+
+Logic analyzer setup
+--------------------
+
+ Probe SD card
+ ----------------
+ 0 CS#
+ 1 MOSI
+ 2 MISO
+ 3 CLK / SCK
+
+
+Data
+----
+
+File data_transfer_start_snippet.sr was recorded in a live setup, and
+contains the start of a write command -- but does not complete it which
+is why the decoder won't annotate the operation.
+
+File data_transfer_complete_simulated.sr contains a complete CMD24 start
+as well as the communication of the R1 response, the data start token,
+the payload data, and the data response. This capture was created by a
+simulation.
diff --git a/sdcard/spi_mode/write_single_block/data_transfer_complete_simulated.sr b/sdcard/spi_mode/write_single_block/data_transfer_complete_simulated.sr
new file mode 100644
index 0000000..b35ed20
--- /dev/null
+++ b/sdcard/spi_mode/write_single_block/data_transfer_complete_simulated.sr
Binary files differ
diff --git a/sdcard/spi_mode/write_single_block/data_transfer_start_snippet.sr b/sdcard/spi_mode/write_single_block/data_transfer_start_snippet.sr
new file mode 100644
index 0000000..6ced8c1
--- /dev/null
+++ b/sdcard/spi_mode/write_single_block/data_transfer_start_snippet.sr
Binary files differ