summaryrefslogtreecommitdiff
path: root/spi
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2018-10-14 16:59:26 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2018-10-14 17:00:05 +0200
commitd7e03fb1f2a3341baad4c60790a295ad3fe78d4b (patch)
treea40b7e857fac0b8697a666b0045d58b80ac02e02 /spi
parentfe30504f77562df80462ca3452f1e2875639dc31 (diff)
downloadsigrok-dumps-d7e03fb1f2a3341baad4c60790a295ad3fe78d4b.tar.gz
sigrok-dumps-d7e03fb1f2a3341baad4c60790a295ad3fe78d4b.zip
adesto_at25sf041: Expand README a litte.
Diffstat (limited to 'spi')
-rw-r--r--spi/spiflash/adesto_at25sf041/README28
1 files changed, 24 insertions, 4 deletions
diff --git a/spi/spiflash/adesto_at25sf041/README b/spi/spiflash/adesto_at25sf041/README
index f7f6b01..6ba7b60 100644
--- a/spi/spiflash/adesto_at25sf041/README
+++ b/spi/spiflash/adesto_at25sf041/README
@@ -1,6 +1,26 @@
-A teensy 3.6 driving a at25sf041 4Mbit serial flash.
-Contains sparse button activated device id and status checks followed by a simple read.
+-------------------------------------------------------------------------------
+Adesto AT25SF041
+-------------------------------------------------------------------------------
-Use sigrok-cli -i AT25SF041.sr -P spi:cs=cs:mosi=mosi:clk=clk:miso=miso,spiflash to see decodes.
+This is an example capture of an Adesto AT25SF041 (4MBit == 512kByte) SPI
+flash chip being driven by a Teensy 3.6.
+
+It contains sparse button activated device ID and status checks followed by
+a simple read.
+
+Details:
+https://www.adestotech.com/wp-content/uploads/DS-AT25SF041_044.pdf
+
+
+Logic analyzer setup
+--------------------
+
+The logic analyzer used was a DreamSourceLab DSLogic Plus (at 50MHz):
+
+ Probe AT25SF041 pin
+ -------------------------
+ 0 clk
+ 1 mosi
+ 2 cs
+ 3 miso
-Captured with dslogic plus \ No newline at end of file