8000 GitHub - matthgyver/w25qxx: w25qxx SPI FLASH driver for stm32 HAL
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

matthgyver/w25qxx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

W25QXX SPI FLASH Library for STM32

ko-fi

  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.

About

w25qxx SPI FLASH driver for stm32 HAL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%
0