- Enable SPI and a Gpio as output(CS pin).Connect WP and HOLD to VCC.
- Select
General peripheral Initalizion as a pair of '.c/.h' file per peripheralon project settings. - Config
w25qxxConf.h. - Call
W25qxx_Init(). - After init, you can watch
w25qxxstruct.(Chip ID,page size,sector size and ...) - In Read/Write Function, you can put 0 to
NumByteToRead/NumByteToWriteparameter to maximum. - Dont forget to erase page/sector/block before write.
grrrr/w25qxx
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|