# w25qxx Stm32驱动 **Repository Path**: shenhc/w25qxx-stm32-driver ## Basic Information - **Project Name**: w25qxx Stm32驱动 - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-02-10 - **Last Updated**: 2022-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## W25QXX SPI FLASH Library for STM32 * http://www.github.com/NimaLTD * https://www.instagram.com/github.nimaltd/ * https://www.youtube.com/channel/UCUhY7qY1klJm1d2kulr9ckw * Enable SPI and a Gpio as output(CS pin).Connect WP and HOLD to VCC. * Select software CS pin. * Config `w25qxxConf.h`. * Call `W25qxx_Init()`. * After init, you can watch `w25qxx` struct.(Chip ID,page size,sector size and ...) * In Read/Write Function, you can put 0 to `NumByteToRead/NumByteToWrite` parameter to maximum. * Dont forget to erase page/sector/block before write.