]> sigrok.org Git - sigrok-dumps.git/blame - sdcard/spi_mode/write_single_block/README
avr_isp: add dump for ATmega328/P
[sigrok-dumps.git] / sdcard / spi_mode / write_single_block / README
CommitLineData
e528cbd4
GS
1-------------------------------------------------------------------------------
2SD card / SPI-mode / CMD24 (write single block)
3-------------------------------------------------------------------------------
4
5This set of example captures demonstrates CMD24 (write single block)
6commands including their data phase.
7
8Pierre Poulain provided these files in bug #1365 as public domain.
9
10
11Logic analyzer setup
12--------------------
13
14 Probe SD card
15 ----------------
16 0 CS#
17 1 MOSI
18 2 MISO
19 3 CLK / SCK
20
21
22Data
23----
24
25File data_transfer_start_snippet.sr was recorded in a live setup, and
26contains the start of a write command -- but does not complete it which
27is why the decoder won't annotate the operation.
28
29File data_transfer_complete_simulated.sr contains a complete CMD24 start
30as well as the communication of the R1 response, the data start token,
31the payload data, and the data response. This capture was created by a
32simulation.
9b05e5de
UH
33
34File data_transfer_complete_real.sr is similar to the above, but is a
35capture of a "real" transfer. The data (512 bytes) is all-zero, except for
36the first 12 bytes which are ASCII "Sigrok rocks".