diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2019-04-17 16:27:18 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2019-04-17 16:28:39 +0200 |
commit | 9b05e5def7ad0445d571aa32b2a12921e3cec762 (patch) | |
tree | 12e35119c2fc9c0aeef81455168fe5c79d91e733 /sdcard/spi_mode/write_single_block | |
parent | e528cbd4562fd59c711971e40782df2c7d113413 (diff) | |
download | sigrok-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/write_single_block')
-rw-r--r-- | sdcard/spi_mode/write_single_block/README | 4 | ||||
-rw-r--r-- | sdcard/spi_mode/write_single_block/data_transfer_complete_real.sr | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..61c66a1 --- /dev/null +++ b/sdcard/spi_mode/write_single_block/data_transfer_complete_real.sr |