2025-01-30 09:11 AM
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!
2025-01-30 09:23 AM
Hello @massimoperdigo ,
Could you please check this article which shows how to add a personalized .stldr file in cube programmer
How to add your spi flash into the STM32CubeProgra... - STMicroelectronics Community.
Regards
2025-01-30 10:42 AM
Yess!! Really useful!!
however, i am on a mac, do you know where i can find the path of stldr files?
thanks!