Skip to main content
MMess.1
Associate II
August 11, 2023
Question

Source code for external loaders of MX25LM51245G_STM32U599J-DK

  • August 11, 2023
  • 4 replies
  • 3145 views

Hi

I'm looking for the external loader source code of MX25LM51245G_STM32U599J-DK.
We have planned to us the STM32U599 MCU with the MX25LM51245G with a slightly different Pin configuration. Could you provide me a link to the source code, so i can used it and adapt the pin configuration on our needs?

Best regards

This topic has been closed for replies.

4 replies

KDJEM.1
Technical Moderator
August 14, 2023

Hello @MMess.1 ,

You can find source code of external loader (.stldr) for MX25LM51245G_STM32U599J-DK in  STM32CubeProgrammer\bin\ExternalLoader\MX25LM51245G_STM32U599J-DK.stldr

Additionally, you can visit ST education material - How to create an external QSPI loader MOOC.
MOOC link is: https://www.st.com/content/st_com/en/support/learning/stm32-education/stm32-moocs/external_QSPI_load...
to create your own external loader. 

I hope this help you!

Kaouthar

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.
MMess.1
MMess.1Author
Associate II
August 15, 2023

Hi @KDJEM.1 

Maybe i do not get you, but in the STM32CubeProgrammer\bin\ExternalLoader\ there are just the *.stldr binaries. I have some example source codes for other external loaders but not for the MX25LM51245G_STM32U599J-DK.stldr

Can you provide me a link to the source code of the MX25LM51245G_STM32U599J-DK.stldr?

I do not want to reimplement a own custom loader from scratch, where a similar one with just a different pin configuration is already available.

Best regards

Martin

Tesla DeLorean
Guru
August 15, 2023

Enumerate the pin list needed

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
KDJEM.1
Technical Moderator
August 15, 2023

Hi @MMess.1 ,

Only the MX25LM51245G_STM32U599J-DK.stldr binaries is available.

But, thanks to STM32CubeProgrammer software description you can create a new external memory loader.

For that, please follow the steps shared in UM2237 and precisely 2.3.3 Developing customized loaders for external memory section.

I hope this help you!

Kaouthar

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.
Visitor II
October 5, 2023

Can you guide me on how can I edit the existing scripts for my new program of Scholarship? I have hosted my program on the WordPress website.

KDJEM.1
Technical Moderator
October 5, 2023

Hello @workc and welcome to the Community :),

Could you please share more details about your issue. Also, I advise you to post a new question. This practice can increase your chances of getting expert answers.

Thank you for your contribution in STCommunity.

Kaouthar

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.