Skip to main content
Associate III
January 30, 2025
Solved

How to download a personalised .stldr with cubeprogrammer

  • January 30, 2025
  • 1 reply
  • 781 views

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!

 

Best answer by STea

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

1 reply

STeaBest answer
ST Employee
January 30, 2025

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

Associate III
January 30, 2025

Yess!! Really useful!!

however, i am on a mac, do you know where i can find the path of stldr files?

thanks!