This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320F28379D: What does the next line mean: isTargetManual value="true"?

Part Number: TMS320F28379D
Other Parts Discussed in Thread: TMS320F28377D

Tool/software: Code Composer Studio

For my project, the .ccsproject file contents are:

<?xml version="1.0" encoding="UTF-8" ?>
<?ccsproject version="1.0"?>
<projectOptions>
 <ccsVersion value="7.2.0"/>
 <deviceVariant value="TMS320C28XX.TMS320F28377D"/>
 <deviceFamily value="C2000"/>
 <deviceEndianness value="little"/>
 <codegenToolVersion value="16.9.3.LTS"/>
 <isElfFormat value="false"/>
 <linkerCommandFile value="2837x_RAM_lnk_cpu1.cmd"/>
 <rts value="libc.a"/>
 <createSlaveProjects value=""/>
 <templateProperties value="id=com.ti.common.project.core.emptyProjectWithMainTemplate,"/>
 <filesToOpen value="main.c,"/>
 <isTargetManual value="true"/>
 <connection value="common/targetdb/connections/TIXDS100v3_Dot7_Connection.xml"/>

What does this line mean: <isTargetManual value="true"/>?