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

Todo: Connecting the JTAG cable to the board
- Launch the
Code Composer Studioprogram and select a new workspace directory. In this example, a workspace namedtutorial_wswas created. After selecting the workspace, theGetting Startedscreen will appear. - On this screen, click
View -> Target Configurations. In the opened menu, click theNew Target Configuration Filebutton in the top-right corner to open the new configuration screen. Enter the configuration name ast3-gem-o1-am67a-debug.ccxmland then click theFinishbutton. - You will now see the configuration settings screen. Here, select your debugger from the
Connectiondropdown menu (In this case,Texas Instruments XDS2xx USB Debug Probewas selected). - Type J722S in the
Board or Devicefilter field and check the box for theJ722S_TDA4VEN_TDA4AEN_AM67device. Then, click theSavebutton on the right to save the settings and test the debugger connection using theTest Connectionbutton. - When the created configuration is executed from the
Target Configurationsscreen, 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

