From fe30504f77562df80462ca3452f1e2875639dc31 Mon Sep 17 00:00:00 2001 From: Vesa-Pekka Palmu Date: Sun, 14 Oct 2018 16:44:22 +0300 Subject: Adesto AT25SF041 serial flash captures Simple device ID checks, status register reads and data reads. --- spi/spiflash/adesto_at25sf041/README | 6 ++++++ spi/spiflash/adesto_at25sf041/adesto_at25sf041.sr | Bin 0 -> 982279 bytes 2 files changed, 6 insertions(+) create mode 100644 spi/spiflash/adesto_at25sf041/README create mode 100644 spi/spiflash/adesto_at25sf041/adesto_at25sf041.sr (limited to 'spi') 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 Binary files /dev/null and b/spi/spiflash/adesto_at25sf041/adesto_at25sf041.sr differ -- cgit v1.2.3-54-g00ecf