https://github.com/embeddedalpha/w25qx_flash
STM32Fx Driver for W25Qx Flash
https://github.com/embeddedalpha/w25qx_flash
Last synced: 6 months ago
JSON representation
STM32Fx Driver for W25Qx Flash
- Host: GitHub
- URL: https://github.com/embeddedalpha/w25qx_flash
- Owner: embeddedalpha
- Created: 2023-02-28T18:25:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T00:30:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T00:28:39.560Z (about 1 year ago)
- Language: C
- Size: 2.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# W25Qx Winbond SPI Flash
## W25Q80
[Datasheet](https://www.mouser.com/datasheet/2/949/w25q80dv_dl_revh_10022015-1489677.pdf)
#### Organized into 4,096 programmable pages of 256-bytes each.
## W25Q16
[Datasheet](https://www.digikey.com/htmldatasheets/production/3221237/0/0/1/W25Q16JV.pdf)
#### Organized into 8,192 programmable pages of 256-bytes each.
## W25Q32
[Datasheet](https://www.elinux.org/images/f/f5/Winbond-w25q32.pdf)
#### Organized into 16,384 programmable pages of 256-bytes each
### xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
## GENERAL DESCRIPTION
SPI clock frequencies of up to 80MHz are
supported allowing equivalent clock rates of 160MHz for Dual Output and 320MHz for Quad Output
when using the Fast Read Dual/Quad Output instructions.
### xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
## Standard, Dual or Quad SPI
### xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
## Highest Performance Serial Flash
### xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
### xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
## Functions available for use: