2026-03-25 12:09 AM - last edited on 2026-03-25 1:15 AM by mƎALLEm
Could you provide a routine for reading and writing external flash using spi+dma+ interrupt in the STM32F407 standard library?
2026-03-25 12:16 AM
Why don't you try Winbond W25Qxx flash series which works on SPI.
2026-03-25 12:35 AM
Currently, Winbond flash is used. Could you provide an example routine for reading and writing external flash using spi+dma+ interrupt in the STM32F407 standard library?
2026-03-25 1:51 AM
Can you check if this useful?
2026-03-25 9:35 AM
Hello @Simbaa
Please refer to the example SPI_FLASH under "Project\STM32F4xx_StdPeriph_Examples\SPI\SPI_FLASH" on STM32F4xx_DSP_StdPeriph_Lib package.
2026-03-26 7:31 PM
Could you provide the download link or directly offer the reference program
2026-03-26 7:39 PM
Could you provide the download address or directly offer a reference program based on the standard library
2026-03-27 1:13 AM
Hello @Simbaa
Please refer to the link below to download the STM32F4xx_DSP_StdPeriph_Lib package.
STSW-STM32065 | Product - STMicroelectronics
The project implements the SPI communication in pooling mode you should adapt it to use DMA mode