JTAGSWD
JTAGSWD refers to a class of debugging setups and devices that enable access to SWD (Serial Wire Debug) targets using a JTAG-based interface. It is not a formal standard, but a descriptive term for hardware adapters, bridge devices, or specific modes within a debug probe that translate between JTAG and SWD protocols. The goal is to allow developers who already have JTAG tooling to program, flash, and debug devices that natively expose SWD, such as many ARM-based microcontrollers.
In operation, a host computer communicates with the JTAGSWD bridge through a JTAG interface. The bridge then
Common usage scenarios include debugging and programming targets that only support SWD while the user’s toolchain
See also: JTAG, SWD, ARM Debug Interface, boundary scan, OpenOCD.