How to download a personalised .stldr with cubeprogrammer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-30 9: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!
Solved! Go to Solution.
- Labels:
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-30 9: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-30 9: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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!
