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-05 04:39 AM - edited 2024-11-05 04:52 AM
Hi, thank you every body now I can work with my J-LINK . In fact in any case I
I still have to connect USB_STLK even if I don't use ST-LINK (from what I understand).
operation is correct
2024-11-04 04:34 AM - edited 2024-11-04 04:38 AM
That should be irrelevant to the J-Link.
All you need to configure for the J-Link would be in the Debug Configuration:
https://wiki.segger.com/STM32CubeIDE#Setting_up_J-Link_as_debug_Probe
PS:
https://wiki.st.com/stm32mcu/wiki/Category:STM32CubeIDE
https://www.st.com/resource/en/user_manual/dm00629856-.pdf#page=145
2024-11-04 04:38 AM
Let me look at this link. THANKS
2024-11-04 05:02 AM - edited 2024-11-04 05:08 AM
I have this picture
I'll continue to see if there are any errors. And I have this picture
So maybe you should follow the video
2024-11-04 05:12 AM
So what target device are you using?
What board is it on?
On resolving debugger connection issues:
https://wiki.segger.com/J-Link_cannot_connect_to_the_CPU
https://community.st.com/t5/stm32-mcus/how-to-solve-debugger-connection-issues/ta-p/49693
2024-11-04 05:21 AM
@DYann.1 wrote:
Is it a genuine JLink-EDU? there's a lot of fakes about ...
Does it connect using Segger's tools?
2024-11-04 05:26 AM - edited 2024-11-04 05:40 AM
Yes of course, It's a genuine JLink-EDU, I have a STM32L552E-EV Board.
Does it connect using Segger's tools?
I just need to work with STM32CubeIDE for Debug and program
2024-11-04 06:00 AM
So how to find
How to switch to an equivalent of this window ? I think the STM32CubeIDE is the old version.
2024-11-04 06:17 AM
@DYann.1 wrote:Yes of course, It's a genuine JLink-EDUrogram
I'm afraid that is by no means a foregone conclusion - there are many fake J-Links.
@DYann.1 wrote:I just need to work with STM32CubeIDE for Debug and program
But confirming whether or not it works with Segger's own tools would tell you whether this is just a CubeIDE problem, or something more fundamental ...
@DYann.1 wrote:How to switch to an equivalent of this window ?
That's the Project Explorer - you should see that to the left hand side when you first start CubeIDE
https://www.st.com/resource/en/user_manual/dm00629856-.pdf#page=4
ST Video, How to use STM32CubeIDE: https://www.youtube.com/watch?v=eumKLXNlM0U
Playlist, STM32CubeIDE basics:
https://www.youtube.com/watch?v=gL8OoS9E1rw&list=PLnMKNibPkDnFCosVVv98U5dCulE6T3Iy8&pp=iAQB
2024-11-04 06:18 AM
What version of CubeIDE are you using?