2025-07-21 10:24 PM
Hi All,
This is shiva am uable to communicate with external flash using QSPI on stm32h750 controller.
could you please help me to clear the issue.
Thankyou
regards
shiva chary kannoju
2025-07-22 12:43 AM
Hello @shiva_chary,
You can do this tutorial : 6. External addressable flash | TouchGFX Documentation
It explains how to configure an QSPI.
BR,
2025-07-22 12:45 AM
Hello @shiva_chary;
Could you please give more detail about the issue?
I recommend you referring to
STM32CubeH7/Projects/STM32H750B-DK/Examples/QSPI/QSPI_MemoryMappedDual at master · STMicroelectronics/STM32CubeH7 · GitHub example and check your configuration. This example describes how to erase part of the QSPI memory, write data in IT mode and access to QSPI memory in memory-mapped dual mode to check the data in a forever loop.
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.