Perform JTAG scan Creates and appends a JTAG scan command to the OpenULINK command queue. A JTAG scan consists of three steps: - Move to the desired SHIFT state, depending on scan type (IR/DR scan). - Shift TDI data into the JTAG chain, optionally reading the TDO pin. - Move to the desired end state.
JTAG driver functions ************************** Executes the JTAG Command Queue. This is done in three stages: First, all OpenOCD commands are processed into queued OpenULINK commands. Next, the OpenULINK command queue is sent to the ULINK device and data received from the ULINK device is cached. Finally, the post-processing function writes back data to the corresponding OpenOCD commands.