summaryrefslogtreecommitdiff
diff options
context:
space:
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