cancel
Showing results for 
Search instead for 
Did you mean: 

External Winbond NOR flash interfacing to STM32F769AI through QSPI.

Vins
Senior

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. 

3 REPLIES 3

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 Venmo
Up vote any posts that you find helpful, it shows what's working..
Vins
Senior

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

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 Venmo
Up vote any posts that you find helpful, it shows what's working..