]> sigrok.org Git - sigrok-dumps.git/blame - spi/spiflash/winbond_w25q80d/README
Add Winbond W25Q80DV captures
[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
25ce_and_writes.sr
26----------------
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
32ce_without_wren.sr
33------------------
34
35Test file for write enable warnings, issues chip erase without first having
36captured WREN command.