How to download a personalised .stldr with cubeprogrammer
Hi!
I am currently developing an application using the LVGL library. Since I’m working with a display, I need extra memory to store all the data. To address this, I acquired a display module from Riverdi (based on the STM32H747xx), and they provided me with an .stldr file to program the QSPI flash.
However, I am not using STM32CubeIDE because I prefer not to work with it. Instead, I’d like to use STM32CubeProgrammer to load the .stldr file and program the QSPI flash.
My question is: how can I properly use STM32CubeProgrammer with my custom .stldr file to program the QSPI flash and my program at the same time?
The stldr file is for communicating with the flash through the debugger?
Thank you!
