JTAG Usage
T3-GEM-O1 JTAG Cable
Code Composer Studio
installed,Dev Bootmode
as shown here, then power it on.
Next, connect the T3-GEM-O1 JTAG Cable
to the board as shown in the image.Todo: Connecting the JTAG cable to the board
Code Composer Studio
program and select a new workspace directory. In this example, a workspace
named tutorial_ws
was created. After selecting the workspace, the Getting Started
screen will appear.View -> Target Configurations
. In the opened menu, click the New Target Configuration File
button in the top-right corner to open the new configuration screen. Enter the configuration name
as t3-gem-o1-am67a-debug.ccxml
and then click the Finish
button.Connection
dropdown
menu (In this case, Texas Instruments XDS2xx USB Debug Probe
was selected).Board or Device
filter field and check the box for the J722S_TDA4VEN_TDA4AEN_AM67
device.
Then, click the Save
button on the right to save the settings and test the debugger connection using
the Test Connection
button.Target Configurations
screen, the connection with the
development board will be established. From this stage onward, you can connect to the cores and load code.Configuring JTAG and connecting to the SOC