2023-08-10 11:54 PM
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
2023-08-14 06:37 AM
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.
2023-08-14 11:04 PM
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
2023-08-15 12:38 AM - edited 2023-10-24 08:52 AM
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.
2023-08-15 02:11 AM
Enumerate the pin list needed
2023-08-15 10:22 AM
Pretty sure you don't put the source code in there.. at least the public facing releases, no idea what you can see internally.
What's being requested is something that can be directly modified and built, easily. Along the lines of this repository
2023-08-15 10:56 PM - edited 2023-08-15 11:16 PM
We have planned to use this pin configuration for the external flash:
edited: fixed pin config
2023-10-05 12:38 AM
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.
2023-10-05 05:59 AM
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.