Using .stldr Custom Loader for QSPI Flash with IAR on STM32H7
Hi everyone,
I’m working on a project with an STM32H745, and I need to use a custom QSPI flash loader in IAR Embedded Workbench. I already have a custom loader file provided by ST, but it's in .stldr format, which is compatible with STM32CubeProgrammer, not IAR.
In IAR, I’ve successfully set up loaders for internal flash using .flash files (for BANK1 and BANK2), but I haven’t found a straightforward way to use .stldr files directly in IAR. I’ve tried searching through the IAR flashloader configurations, but it seems like .stldr files aren’t natively supported.
Questions:
- Is there a way to convert .stldr files into an IAR-compatible format, like .flash?
- Does anyone know if ST provides an IAR-compatible QSPI loader for the STM32H7 series, or if IAR has a utility for converting .stldr files?
- Has anyone successfully created a custom QSPI flash loader for STM32H7 in IAR, and if so, do you have any tips?
Any advice or resources for creating or adapting a QSPI flash loader in IAR would be greatly appreciated!
Thanks in advance!
