diff options
Diffstat (limited to 'sdcard/spi_mode/xmore_512mb/README')
-rw-r--r-- | sdcard/spi_mode/xmore_512mb/README | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sdcard/spi_mode/xmore_512mb/README b/sdcard/spi_mode/xmore_512mb/README new file mode 100644 index 0000000..65608c0 --- /dev/null +++ b/sdcard/spi_mode/xmore_512mb/README @@ -0,0 +1,31 @@ +------------------------------------------------------------------------------- +SD card / SPI-mode / XMORE 512MB +------------------------------------------------------------------------------- + +This is a set of example captures of an XMORE 512MB SD card in SPI-mode. + +Details: +TODO. + + +Logic analyzer setup +-------------------- + +The logic analyzer used was a Saleae Logic (at 4MHz): + + Probe SD card + ------------------- + 2 (brown) CS# + 3 (red) MOSI + 4 (orange) CLK + 5 (yellow) MISO + + +Data +---- + +The sigrok command line used was: + + sigrok-cli -d fx2lafw:samplerate=4mhz --time <time> \ + -p 2=CS#,3=MOSI,4=CLK,5=MISO -o <file> + |