2025-03-09 6:30 AM
We have a custom stldr file that we generate to program external flash on our board with STM32U599VJ MCU, we use STM32 CUBE IDE with Jlink. How do I point the IDE to use my stldr file when loading code to onchip and external flash? The option to point to an external loader stldr appears on my if the debug configuration is chosen with STLink, not for Jlink.
Thanks
Sansh
Solved! Go to Solution.
2025-03-12 6:07 AM
Hello @Sansh,
This behavior is already reported internally.
I will come back to you for more details as soon as possible.
Internal ticket number: 205039 (This is an internal tracking number and is not accessible or usable by customers).
Thank 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.
2025-03-12 6:07 AM
Hello @Sansh,
This behavior is already reported internally.
I will come back to you for more details as soon as possible.
Internal ticket number: 205039 (This is an internal tracking number and is not accessible or usable by customers).
Thank 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.
2026-04-19 11:13 AM
Is there any progress on this matter? I have the same issue, would like to use Segger J-Link through CubeIDE but cannot find a way to point it to the external loader. When using the CubeProgrammer I can select my stldr file and successfully flash my custom boards external OSPI flash, but I have not found a way to point CubeIDE int the right direction.
2026-04-20 12:22 AM
Hello @SaschaK ,
The requested feature is not supported with STM32CubeIDE for J-Link probes.
However, since J-Link probe is supported with STM32CubePtrogrammer, you can flash the external memory using J-Link with CLI if you configure it as an External Tool.
The in the Debug configuration you only load the symbols.
Thank 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.