From: Uwe Hermann Date: Wed, 17 Apr 2019 14:27:18 +0000 (+0200) Subject: sdcard_spi: Add a real sample of CMD24. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-dumps.git;a=commitdiff_plain;h=9b05e5def7ad0445d571aa32b2a12921e3cec762 sdcard_spi: Add a real sample of CMD24. Pierre Poulain provided this file in bug #1365 as public domain. --- 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 Binary files /dev/null and b/sdcard/spi_mode/write_single_block/data_transfer_complete_real.sr differ