summaryrefslogtreecommitdiff
path: root/sdcard/spi_mode
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2019-04-17 16:27:18 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2019-04-17 16:28:39 +0200
commit9b05e5def7ad0445d571aa32b2a12921e3cec762 (patch)
tree12e35119c2fc9c0aeef81455168fe5c79d91e733 /sdcard/spi_mode
parente528cbd4562fd59c711971e40782df2c7d113413 (diff)
downloadsigrok-dumps-9b05e5def7ad0445d571aa32b2a12921e3cec762.tar.gz
sigrok-dumps-9b05e5def7ad0445d571aa32b2a12921e3cec762.zip
sdcard_spi: Add a real sample of CMD24.
Pierre Poulain provided this file in bug #1365 as public domain.
Diffstat (limited to 'sdcard/spi_mode')
-rw-r--r--sdcard/spi_mode/write_single_block/README4
-rw-r--r--sdcard/spi_mode/write_single_block/data_transfer_complete_real.srbin0 -> 33497 bytes
2 files changed, 4 insertions, 0 deletions
diff --git a/sdcard/spi_mode/write_single_block/README b/sdcard/spi_mode/write_single_block/README
index 391f73f..9f93617 100644
--- a/sdcard/spi_mode/write_single_block/README
+++ b/sdcard/spi_mode/write_single_block/README
@@ -30,3 +30,7 @@ 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.
+
+File data_transfer_complete_real.sr is similar to the above, but is a
+capture of a "real" transfer. The data (512 bytes) is all-zero, except for
+the first 12 bytes which are ASCII "Sigrok rocks".
diff --git a/sdcard/spi_mode/write_single_block/data_transfer_complete_real.sr b/sdcard/spi_mode/write_single_block/data_transfer_complete_real.sr
new file mode 100644
index 0000000..61c66a1
--- /dev/null
+++ b/sdcard/spi_mode/write_single_block/data_transfer_complete_real.sr
Binary files differ