How many connections are required for JTAG

From MKRD.info Wiki
Revision as of 14:47, 6 January 2013 by Mkrdwiki (talk | contribs) (Created page with "The JTAG interface standard requires the following connections: TDI (Test Data In) TDO (Test Data Out) TCK (Test Clock) TMS (Test Mode Select) However, when designing your...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The JTAG interface standard requires the following connections:


TDI (Test Data In) TDO (Test Data Out) TCK (Test Clock) TMS (Test Mode Select)


However, when designing your hobby project with a JTAG interface, allocate at least 8 pins on a header (dedicated header is best), for the following signals:


TDI TDO TCK TMS TRST (Test Reset) VDD GND DONE

Plus any chip-specific or platform-specific configuration pins. For example, most devices and programmers use the DONE signal to specify that the programming succeeded.