About QSPI example code with STM32H747I-DISCO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-07 3:34 AM
Hi
I have a STM32H747I-DISCO board
I want to test NOR Flash ( MT25QL512ABB8ESF-0SIT ) with Quad SPI
I didnot find an example code for it.
Can I get an example code for NOR Flash with IOC file.
Solved! Go to Solution.
- Labels:
-
QSPI
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-07 4:39 AM
Hello @Son, Dong-Seong​,
I recommend you referring to the example provided within the STM32CubeH7 on the STM32H747I-EVAL board. MT25QL512ABB8ESF-0SI is implemented on the Eval board so the example will definitely help you. It 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.
You can find it under the "STM32Cube_FW_H7_X.XX\Projects\STM32H747I-EVAL\Examples\QSPI\QSPI_MemoryMappedDual" root or on the GitHub repository.
I hope my answer has helped you, when your question is answered please mark my answer as best by clicking on the "Select as Best" button if it fully answered your question. This will help other users find this solution faster.
Best regards,
Chahinez.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-07 4:39 AM
Hello @Son, Dong-Seong​,
I recommend you referring to the example provided within the STM32CubeH7 on the STM32H747I-EVAL board. MT25QL512ABB8ESF-0SI is implemented on the Eval board so the example will definitely help you. It 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.
You can find it under the "STM32Cube_FW_H7_X.XX\Projects\STM32H747I-EVAL\Examples\QSPI\QSPI_MemoryMappedDual" root or on the GitHub repository.
I hope my answer has helped you, when your question is answered please mark my answer as best by clicking on the "Select as Best" button if it fully answered your question. This will help other users find this solution faster.
Best regards,
Chahinez.
