Connectivity to external NOR Flash Memory using DMA of STM32F446RE
Hi,
Am trying to correctly connect to my external NOR flash memory using my STM32F446RE's DMA.
Am not sure how to go about this and the libraries I have tried are not working at all.
Here's a link to the library I tried to test the connectivity between my STM32 and my Flash Memory. I wasn't able to get it working.
https://github.com/nimaltd/w25qxx
Additionally, here's the link to the datasheet of the NOR flash memory am using:
https://datasheet.lcsc.com/szlcsc/Winbond-Elec-W25Q128JVFIQ_C111478.pdf
The connection scheme I have going on right now is using standard SPI
SPI1_SCK - CLK
SPI1_MISO - DO
SPI1_MISO - DI
(FLASH_CS is a GPIO Output)
FLASH_CS - CS
