2024-11-04 04:30 AM - last edited on 2024-11-04 05:51 AM by SofLit
Hello,
I would like to know How to configure the J-LINK Segger to work with STM32CubeIDE, after a little searching I found this video : https://www.youtube.com/watch?v=Rf-NKOoPYUc
But at 12:11 I can see this configuration in the video
But I don't have an Application directory :
In this case, do you have an idea how to do it ? Thank you for your helps.
Regards
Solved! Go to Solution.
2024-11-04 06:21 AM
@DYann.1 wrote:I have a STM32L552E-EV Board.
That board has an ST-LINK/V2-1 is integrated on the board - why not use that?
At least until you're familiar with how to set up a project.
Note that Segger has a utility to convert an onboard ST-Link into a J-Link:
https://www.segger.com/products/debug-probes/j-link/models/other-j-links/st-link-on-board/
2024-11-04 06:24 AM - edited 2024-11-04 06:24 AM
Always you give me a lots of links that have nothing to do with my question.
You have my answer before. Please answer my question avoid sending the links.
Thank you for your understanding.
2024-11-04 06:27 AM
You asked, "How to switch to an equivalent of this window?"
I answered that question.
2024-11-04 06:35 AM
There is something I didn't understand
I have this picture and I don't have the Application directory
where did you see the Application directory ?
2024-11-04 06:49 AM
Sorry - you asked about a window - not a directory.
It's entirely up to you how you name and structure your folders - it does not affect the configuration of your debug probe (whether it's a J-Link or an ST-Link).
The links I gave you are to the ST manuals and training for CubeIDE - you really need to take some time to study them to understand how the tool works, and how to use it effectively.
2024-11-04 06:59 AM
Yes I have already made the evaluation card work with J-LINK but with USB_STLK, but for my projet I've another card that doesn't have US_STLK (for consumption and card size). And I would like to work only with J-LINK for DEBUG and programming without using USB_STLK. This video is from a year ago so there is not much change in my opinion.
2024-11-04 07:05 AM
And you need really need to understand people well instead of sending links haphazardly that everyone can find without you.
After at least 10 messages you started to understand the problem without giving any concrete answer other than bogus links. You have a lot of progress to make
2024-11-04 07:13 AM
@DYann.1 wrote:I have this picture and I don't have the Application directory
That is the default folder structure that CubeIDE creates.
Here is a description of what is in each of those folders:
Here's an example with a custom folder added:
In that example, I called my folder "common" - you could call yours "Application", if you wish.
To add a custom folder, right-click the Project name, choose 'New', then choose 'Source Folder'
Note that you need to choose 'Source Folder' if it's going to contain source files that you want to be included in the build.
For other files (that will not be built), you can use the plain 'Folder' option.
2024-11-04 07:18 AM
The answers you get reflect the quality of your question.
Only ST employees need to sugar-coat that.
> Yes I have already made the evaluation card work with J-LINK but with USB_STLK, but for my projet I've another card that doesn't have US_STLK (for consumption and card size).
Your first board is most probably supplied by the on-board ST-Link, and the other board not.
I think you can enable some JLink config settings in CubeIDE to have it supplying the target, provided the wiring exists. I don't use CubeIDE, though.
Or, you can supply the target externally.
2024-11-04 07:21 AM
Yes I know this method but upon creation the directory appears directly and all the configuration is based on the default configuration. If I change it I might get other errors.
In any case I'll try to do it (after...)