Are Segger J-tag and J-link the same thing or are these two different things? I could not find helpful answers yet.
-
2Do you mean JTAG by "J-tag"? – kruemi Dec 21 '22 at 10:10
-
JTAG is a standardized interface provided for example by Segger J-Link (and other vendors too). ARM microcontrollers uses SWD which is a "light version" of JTAG. – Lundin Dec 21 '22 at 13:04
4 Answers
I don't think a product named "Segger J-tag" exists.
There is a product named Segger J-link which is a JTAG and SWD debug probe.

- 4,283
- 5
- 24
Assuming that you mean JTAG by "J-tag" and Segger J-Link than: No, they are not the same by a far stretch.
JTAG is an interface that allows programming and debugging of integrated circuits while mounted on a PCB.
J-Link is a series of debug probes (hardware devices that can use different interfaces to programm and debug circuits). J-Link can use different interfaces like SPI or JTAG to perform this task.

- 2,994
- 16
- 29
As @Klas-Kenny has already mentioned, I can't find any Segger product called Segger J-tag.
There are Segger J-Trace products, which compared to a Segger J-Link add ETM trace capability.
The tables of different product capabilities I'm aware of are in:

- 474
- 3
- 4
For reference: J-Tag is like Car where as Segger J-link is like Audi and J-link Pro is like Audi R8

- 47
- 2