From: Vesa-Pekka Palmu Date: Sun, 14 Oct 2018 13:44:22 +0000 (+0300) Subject: Adesto AT25SF041 serial flash captures X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=fe30504f77562df80462ca3452f1e2875639dc31;p=sigrok-dumps.git Adesto AT25SF041 serial flash captures Simple device ID checks, status register reads and data reads. --- 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