/* * flash.h * * Created on: Mar 11, 2021 * Author: 13370 */ #ifndef FLASH_H_ #define FLASH_H_ #include "c.h" #define W25X_ReadData 0x03 extern SPI_HandleTypeDef hspi2; void W25QXX_Read(uint8_t* pBuffer,uint32_t ReadAddr,uint16_t NumByteToRead); #endif /* FLASH_H_ */