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"/>?