2026-05-31 12:56 PM - last edited on 2026-06-01 3:55 AM by Andrew Neil
2026-06-01 6:22 AM
Hello @Thomas8607 ;
Which STM32H7 are you using?
If the STM32H7 supports QUADSPI interface, in memory-mapped mode, the external flash memory is seen as an internal memory but with some latency during accesses. Only read operations are allowed to the external flash memory in memory-mapped mode. The indirect mode supports read and write operations. For the OCTOSPI interface, the write operation is supported in memory-mapped mode.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2026-06-01 6:27 AM
Hello KDJEM.1,
STM32H753 that I use.
In case of external loader, the Page Write function is used (memorymapped mode is not enabled).
Also, I have an example program with which I try writing, then I enable the memorymapped function and then I can see in debug whether the writing worked.
In the meantime, it was solved, probably because of the commented write function, it was slow. With the function above it, the program upload was the same as in the case of W25Q256.
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.