]> sigrok.org Git - sigrok-dumps.git/commitdiff
Adesto AT25SF041 serial flash captures
authorVesa-Pekka Palmu <redacted>
Sun, 14 Oct 2018 13:44:22 +0000 (16:44 +0300)
committerUwe Hermann <redacted>
Sun, 14 Oct 2018 14:59:51 +0000 (16:59 +0200)
Simple device ID checks, status register reads and data reads.

spi/spiflash/adesto_at25sf041/README [new file with mode: 0644]
spi/spiflash/adesto_at25sf041/adesto_at25sf041.sr [new file with mode: 0644]

diff --git a/spi/spiflash/adesto_at25sf041/README b/spi/spiflash/adesto_at25sf041/README
new file mode 100644 (file)
index 0000000..f7f6b01
--- /dev/null
@@ -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 (file)
index 0000000..37ca307
Binary files /dev/null and b/spi/spiflash/adesto_at25sf041/adesto_at25sf041.sr differ