Skip to main content
Vins
Associate III
February 7, 2022
Question

External Winbond NOR flash interfacing to STM32F769AI through QSPI.

  • February 7, 2022
  • 3 replies
  • 794 views

Hi STM Community,

I have interfaced External Winbond NOR flash to STM32F769AI through QSPI. Write to memory and read from memory is working for less data. But for lengthy data write and read operations are not working. 

This topic has been closed for replies.

3 replies

Tesla DeLorean
Guru
February 7, 2022

Sounds like you need to debug your BSP implementation.

T​he memory needs to be suitably erased prior to a write, and writes are typically performed as aligned 256 byte blocks where you wait for each to complete properly.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Vins
VinsAuthor
Associate III
February 7, 2022

Yes, before writing to the memory we should erase. I have done that part and able to write and read for less data. But for lengthy data its not happening. I have attached my project for the reference.

Thank You,

Vins

Tesla DeLorean
Guru
March 17, 2022

Conversation subsequently went here, cross linking so I, and perhaps the gawdawful search engine here, can find it later.

https://community.st.com/s/question/0D53W00001PwyNYSAZ/memory-mapped-mode-for-nor-flash-and-making-external-loader-for-stm32f769ai-w25q01jv-winbond-w25q01jv-qspi-nor-flash

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..