summaryrefslogtreecommitdiff
path: root/spi
diff options
context:
space:
mode:
authorVesa-Pekka Palmu <vpalmu@depili.fi>2018-10-14 16:44:22 +0300
committerUwe Hermann <uwe@hermann-uwe.de>2018-10-14 16:59:51 +0200
commitfe30504f77562df80462ca3452f1e2875639dc31 (patch)
tree08cadd0413da4dd5e6adfad9e66ed83936ab514a /spi
parentdc572f263ec8d8cb51c8f6882a2cd016e8f57b74 (diff)
downloadsigrok-dumps-fe30504f77562df80462ca3452f1e2875639dc31.tar.gz
sigrok-dumps-fe30504f77562df80462ca3452f1e2875639dc31.zip
Adesto AT25SF041 serial flash captures
Simple device ID checks, status register reads and data reads.
Diffstat (limited to 'spi')
-rw-r--r--spi/spiflash/adesto_at25sf041/README6
-rw-r--r--spi/spiflash/adesto_at25sf041/adesto_at25sf041.srbin0 -> 982279 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/spi/spiflash/adesto_at25sf041/README b/spi/spiflash/adesto_at25sf041/README
new file mode 100644
index 0000000..f7f6b01
--- /dev/null
+++ b/spi/spiflash/adesto_at25sf041/README
@@ -0,0 +1,6 @@
+A teensy 3.6 driving a at25sf041 4Mbit serial flash.
+Contains sparse button activated device id and status checks followed by a simple read.
+
+Use sigrok-cli -i AT25SF041.sr -P spi:cs=cs:mosi=mosi:clk=clk:miso=miso,spiflash to see decodes.
+
+Captured with dslogic plus \ No newline at end of file
diff --git a/spi/spiflash/adesto_at25sf041/adesto_at25sf041.sr b/spi/spiflash/adesto_at25sf041/adesto_at25sf041.sr
new file mode 100644
index 0000000..37ca307
--- /dev/null
+++ b/spi/spiflash/adesto_at25sf041/adesto_at25sf041.sr
Binary files differ