Set up the JTAG and Serial Port on the ZC702

xilinx_logo_1

This post shows you how to connect the JTAG and serial port of the ZC702, where to get the USB-to-serial port driver and how to configure the SDK to see the serial port output.

Versions Used

  • SDK 2018.2

  • ZC702 Rev 1.1

  • Windows 7 SP1

Set up the ZC702

Step 1: Set SW16 to JTAG mode [mode documentation see p.16]

set_sw16_to_jtag_2

For the rest of the jumpers see the high-resolution photo of the board in the correct state at [link].

Step 2: Connect a Micro-B to Type-A (host connection) USB cable from U23 (Diglent USB JTAG interface) to the host PC

U23:

u23_3

Micro-B connector:

micro_b_connector_4

Type-A connector:

type_a_connector_5

Step 3: Connect a Mini-B to Type-A (host connection) USB cable from J17 (CP2103GM USB-to_UART Bridge) to the host PC.

J17:

j17_6

Mini-B connector:

mini_b_connector_7

Type-A connector:

type_a_connector_8

Part II: Set up the Terminal

Step 1: Install the Silicon Labs CP210x USB to UART Bridge VCP Drivers

A. Goto [link]

B. Download and unzip the correct installer

C. Install the driver (I did not need to restart on Windows 7 SP1)

D. Click Windows

E. Click Devices and Printers

devices_and_printers_9

F. You should see Silicon Labs CP210x USB to UART Bridge

G. Note the COM port (you’ll need this later)

note_com_port_10

Step 2:

A. Click Window

B. Click Show View

C. Click Other

window_other_11

Step 3:

A. Expand Terminal

B. Click Terminal

C. Click OK

click_terminal_12

Step 4: Click Settings

click_settings_13

Step 5:

A. Use the COM port listed in Devices and Printers

B. Click OK

use_com_port_14

Step 6: Turn on the board

turn_on_board_15

Part III: Switch Between Run and Debug View, Set Up Debug View

Step 1: Click to disconnect Run terminal (if you’re connected in Run mode)

click_disconnect_16

Step 2: Enter Debugging in the SDK

Step 3: Connect the serial port

A. Click SDK Terminal

B. Click the ’+’ (Connect to serial port.)

connect_to_serial_port_17

C. Use these settings and click OK

use_settings_18

References