cancel
Showing results for 
Search instead for 
Did you mean: 

How to download a personalised .stldr with cubeprogrammer

massimoperdigo
Associate III

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!

 

1 ACCEPTED SOLUTION

Accepted Solutions
STea
ST Employee

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

In order 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.

View solution in original post

2 REPLIES 2
STea
ST Employee

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

In order 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.

Yess!! Really useful!!

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

thanks!