- 1 x
T3-GEM-O1 JTAG Cable
- A computer with
Code Composer Studio
installed, - A JTAG debugger supported by Code Composer Studio.
JTAG Configuration and Connecting to the SOC
- Set the development board to
Dev Bootmode
as shown here, then power it on. Next, connect theT3-GEM-O1 JTAG Cable
to the board as shown in the image.

Todo: Connecting the JTAG cable to the board
- Launch the
Code Composer Studio
program and select a new workspace directory. In this example, a workspace namedtutorial_ws
was created. After selecting the workspace, theGetting Started
screen will appear. - On this screen, click
View -> Target Configurations
. In the opened menu, click theNew Target Configuration File
button in the top-right corner to open the new configuration screen. Enter the configuration name ast3-gem-o1-am67a-debug.ccxml
and then click theFinish
button. - You will now see the configuration settings screen. Here, select your debugger from the
Connection
dropdown menu (In this case,Texas Instruments XDS2xx USB Debug Probe
was selected). - Type J722S in the
Board or Device
filter field and check the box for theJ722S_TDA4VEN_TDA4AEN_AM67
device. Then, click theSave
button on the right to save the settings and test the debugger connection using theTest Connection
button. - When the created configuration is executed from the
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