|
H753_CPP_W25Q_SPI_Flash_Read_Write_01 1.0
STM32H753 W25Q SPI flash (Adafruit 5632/5633/5634) read/write tutorial
|
This documentation covers a STM32 Nucleo-H753ZI tutorial project that reads and writes a Winbond W25Q-series SPI NOR flash chip – the Adafruit 5632/5633/5634 QSPI DIP breakout boards, used here in standard SPI mode – over SPI1, with a software-controlled chip select and a destructive validation test suite for confirming correctness on real hardware.
The firmware demonstrates:
This project's documentation is intentionally a single mainpage rather than the multi-page/@defgroup layered structure used by larger projects (e.g. the AS6C4008 SRAM project or MPL3115A2 sensor project) – one driver class plus one validation suite doesn't need that much subdivision. See W25QFlashSPI.hpp's and w25q_validation.hpp's own file-level comments for the detailed design rationale (why software CS, why erase-before-each- pattern-write, why no full-device sweep test, etc.).