]> sigrok.org Git - sigrok-dumps.git/commitdiff
mx25l1605d SPI dump: Add fixed capture.
authorUwe Hermann <redacted>
Sun, 20 Nov 2011 17:20:22 +0000 (18:20 +0100)
committerUwe Hermann <redacted>
Sun, 20 Nov 2011 17:20:22 +0000 (18:20 +0100)
The last capture was completely bogus as the sample rate used was way
too low. This a re-capture of the same data using a ChronoVu LA8 logic
analyzer at 25MHz sample rate.

spi/mx25l1605d/README
spi/mx25l1605d/mx25l1605d_write_hello_world.sigrok

index f65d44b7c390947731e6694f218eb580e22cdf60..c884330a3db4b8863ee81e4829b4b9ffaee72762 100644 (file)
@@ -16,25 +16,27 @@ The command line used was
 where 'filename' is a 2MByte file filled with lots of consecutive "HelloWorld"
 ASCII character strings.
 
-The logic analyzer used for capturing is a Saleae Logic at a sample rate
-of 2MHz. The capture was done using sigrok (02/2011) via
+The logic analyzer used for capturing is a ChronoVu LA8 at a sample rate
+of 25MHz. The capture was done using sigrok (11/2011) via
 
-  sigrok-cli -d 0:samplerate=2MHz --time 5s -o foo
+  sigrok-cli -d 0:samplerate=25mhz --samples 8388608 \
+             -p '1=CS#,2=MISO,3=SCLK,4=MOSI,5=WP#,6=HOLD#' \
+             -o mx25l1605d_write_hello_world.sigrok
 
-The Saleae Logic probes were connected like this to the MX25L1605D chip:
+The ChronoVu LA8 probes were connected like this to the MX25L1605D chip:
 
   Probe       SPI chip pin
   ------------------------
-  1 (black)   CS#
-  2 (brown)   SO/SIO1 (a.k.a MISO)
-  3 (red)     SCLK
-  4 (orange)  SI/SIO0 (a.k.a MOSI)
-  5 (yellow)  WP#/ACC
-  6 (green)   HOLD#
+  0 (green)   CS#
+  1 (orange)  SO/SIO1 (a.k.a MISO)
+  2 (white)   SCLK
+  3 (red)     SI/SIO0 (a.k.a MOSI)
+  4 (gray)    WP#/ACC
+  5 (brown)   HOLD#
   GND         GND
 
-The capture is only partial, it contains 5 seconds of the write process
+The capture is only partial, it contains a small part of the write process
 (it does not contain the chip identification, chip erase, etc. which comes
-before the actual write parts; it also does not contain anything after those
-5 seconds, the flashrom command took quite a bit longer than 5 seconds).
+before the actual write parts; it also does not contain anything after that,
+the flashrom command took quite a bit longer than what the capture shows).
 
index 1f1393618ad680f2cc28a31d4ec43cef23b86e76..3560ba5ce15779bd8b3d9354ed8118330d7886ce 100644 (file)
Binary files a/spi/mx25l1605d/mx25l1605d_write_hello_world.sigrok and b/spi/mx25l1605d/mx25l1605d_write_hello_world.sigrok differ