From 9b05e5def7ad0445d571aa32b2a12921e3cec762 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 17 Apr 2019 16:27:18 +0200 Subject: sdcard_spi: Add a real sample of CMD24. Pierre Poulain provided this file in bug #1365 as public domain. --- sdcard/spi_mode/write_single_block/README | 4 ++++ .../write_single_block/data_transfer_complete_real.sr | Bin 0 -> 33497 bytes 2 files changed, 4 insertions(+) create mode 100644 sdcard/spi_mode/write_single_block/data_transfer_complete_real.sr (limited to 'sdcard') 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 -- cgit v1.2.3-54-g00ecf