Difference between revisions of "JTAG"

From eLinux.org
Jump to: navigation, search
(Tutorial)
(Hardware (emulators))
Line 29: Line 29:
 
* http://www.ronetix.at/peedi.html - JTAG/BDM Emulator and Flash Programmer
 
* http://www.ronetix.at/peedi.html - JTAG/BDM Emulator and Flash Programmer
 
* http://www.mentor.com/products/embedded_software/majic-jtag-probe/ - JTAG Emulator, Flash Programmer, Hardware Bring-up
 
* http://www.mentor.com/products/embedded_software/majic-jtag-probe/ - JTAG Emulator, Flash Programmer, Hardware Bring-up
 +
* [http://www.armkits.com/Product/unetice.asp Embest UNetICE] - USB and Ethernet based JTAG Emualtor for ARM7 and ARM9 processors
 +
* [http://www.armkits.com/Product/xds100.asp XDS100v2] - USB JTAG emulator for TI processor available from [http://www.armkits.com Embest]
  
 
=== Tools ===
 
=== Tools ===

Revision as of 23:53, 16 June 2011

Joint Test Action Group, referring to IEEE Standard 1149.1: Four-pin (plus power/ground) interface designed to test connections between chips. Interface is serial (clocked via the TCK pin). Configuration is performed by manipulating a state machine one bit at a time (via TMS pin), then transferring one bit of data in and out per TCK clock (via TDI and TDO pins, respectively). Different instruction modes can be loaded to read the chip ID, sample input pins, drive (or float) output pins, manipulate chip functions, or bypass (pipe TDI to TDO to logically shorten chains of multiple chips). Operating frequency varies per chip, but is typically 10-100MHz TCK (10-100ns per bit time). The description of how JTAG is implemented for a specific device is described in a file specific to that device called a BSDL file.

Information

Tutorial

Tutorial from Asset Intertech

Embedded Linux JTAG debugging (CELF presentation)

Hardware (emulators)

Tools