1 Star 6 Fork 2

Process / w25qxx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 651 Bytes
一键复制 编辑 原始数据 按行查看 历史

W25QXX SPI FLASH Library for STM32

  1. Enable SPI and a Gpio as output(CS pin).Connect WP and HOLD to VCC.
  2. Select General peripheral Initalizion as a pair of '.c/.h' file per peripheral on project settings.
  3. Config w25qxxConf.h.
  4. Call W25qxx_Init().
  5. After init, you can watch w25qxx struct.(Chip ID,page size,sector size and ...)
  6. In Read/Write Function, you can put 0 to NumByteToRead/NumByteToWrite parameter to maximum.
  7. Dont forget to erase page/sector/block before write.
1
https://gitee.com/BUAAprocess/w25qxx.git
git@gitee.com:BUAAprocess/w25qxx.git
BUAAprocess
w25qxx
w25qxx
master

搜索帮助