2022-02-07 05:31 AM
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.
2022-02-07 05:42 AM
Sounds like you need to debug your BSP implementation.
The 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.
2022-02-07 07:23 AM
2022-03-17 10:29 AM
Conversation subsequently went here, cross linking so I, and perhaps the gawdawful search engine here, can find it later.