]> sigrok.org Git - sigrok-dumps.git/blame - spi/spiflash/winbond_w25q80d/README
winbond_w25q80d: Extract chip_erase_and_writes.sr snippets.
[sigrok-dumps.git] / spi / spiflash / winbond_w25q80d / README
CommitLineData
48d7d77a
VPP
1-------------------------------------------------------------------------------
2Winbond W25Q80D
3-------------------------------------------------------------------------------
4
5These are example captures of a Winbond W25Q80DV (8MBit == 1MByte) SPI
6flash chip being driven by a Teensy 3.2. The SPI clock is at 500kHz.
7
8Details:
9https://www.winbond.com/resource-files/w25q80dv_revg_07212015.pdf
10
11
12Logic analyzer setup
13--------------------
14
15The logic analyzer used was a DreamSourceLab DSLogic Plus (at 10MHz):
16
17 Probe W25Q80DV pin
18 ------------------------
19 0 CS#
20 1 CLK
21 2 DI (MOSI)
22 3 DO (MISO)
23
24
b2f5bb74
UH
25chip_erase_and_writes.sr
26------------------------
48d7d77a
VPP
27
28Device ID and status query followed by chip erase, polling of the chip
29status and then by few writes and verifying reads.
30
31
b2f5bb74
UH
32chip_erase_and_writes_{start,end}.sr
33------------------------------------
34
35Smaller snippets extracted from the file above, since it's very large.
36
37
48d7d77a
VPP
38ce_without_wren.sr
39------------------
40
41Test file for write enable warnings, issues chip erase without first having
42captured WREN command.