2024-11-17 09:13 PM
Hello,
I am working on a project using the STM32H745 microcontroller with an MT25QL512A external QSPI flash. I am using IAR Embedded Workbench for development and require the following:
I’ve seen .stldr files provided by STM32CubeProgrammer, but these cannot be directly used in IAR. If anyone has successfully configured this setup in IAR or has access to the required .board and flash files, I would greatly appreciate your help.
Any examples or guidance on configuring QSPI for this combination in IAR would also be highly valuable.
Thank you in advance for your support!
2024-11-18 01:58 AM
Hello @Harsh_Gajjalwar and welcome to the Community;
Do you want to generate .stldr file using IAR?
If yes, I advise you to start with an available STM32H7x_boards project example and get inspired from this FAQ to create your own external loader to manage external memories using IAR toolchain.
You can find .board files under this path "..\Program Files\IAR Systems\Embedded Workbench 9.0\arm\config\flashloader\ST "
Is my reply answer your request?
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.
2024-11-18 02:20 AM
Hello @KDJEM.1
Thank you for your earlier response. However, I would like to clarify my requirements. My project involves using the STM32H745 microcontroller with an MT25QL512A external QSPI flash, and I am working within IAR Embedded Workbench.
I am specifically looking for the following files that are compatible with IAR:
I understand that .stldr files are available through STM32CubeProgrammer, but since they are not supported directly in IAR, they cannot fulfill my needs.
If preconfigured files for this setup are not available, I would greatly appreciate:
Your assistance in providing or guiding me to these resources would be invaluable. Thank you for your time and support.
Best regards,
--Harsh