Configure JTAG Transfers.
More...
Configure JTAG Transfers.
Command to send the JTAG transfer configuration.
BYTE | SHORT ********| Short ******|
> 0x24 | Configuration | Match Retry |
******|***************|*************|
Respons to sending the JTAG transfer configuration.
BYTE | BYTE **|
< 0x24 | Status |
******|********|
Where
- Configuration: Contains information about JTAG specific features
- Bit15..0: Number of transfer retries after WAIT response
- Match Retry: Number of retries on reads with mismatch Configuration of Read Register with Value Match Register is read until its value matches or retry counter expires
retry = Match_Retry;
do {
if ((Register_Value & Match_Mask) == Match_Value) break;
} while (retry--);
- Status: Status Code
- 0 - Success
- otherwise Error