6.1.13 TAP

Low level TAP commands (JTAG only).

The TAP command shifts N bits of DATA into the specified shift register (IR or DR). The output of the shift is captured and returned in the DATA response. Bits are shifted LSB first both in and out.

Table 6-16. TAP Command Format
FieldSizeDescription
AVR32_CMD_TAP1 byteCommand ID
Version (0x00)1 byteCommand version
Register/Signal1 byte

AVR32_TAP_IR

AVR32_TAP_DR

Bits1 byteNumber of bits to shift
DataN bytesN = bits/8; data to scan in

Responses: