SPRAD28 October 2022 AM2431 , AM2432 , AM2434 , AM2631 , AM2631-Q1 , AM2632 , AM2632-Q1 , AM2634 , AM2634-Q1 , AM263P4 , AM263P4-Q1 , AM26C31 , AM26C31-EP , AM26C31M , AM26C32 , AM26C32-EP , AM26C32C , AM26C32M , AM26LS31 , AM26LS31M , AM26LS32A , AM26LS32AC , AM26LS32AM , AM26LS33A , AM26LS33A-SP , AM26LS33AM , AM26LV31 , AM26LV31E , AM26LV31E-EP , AM26LV32 , AM26LV32E , AM26LV32E-EP , AM26S10 , AM2732 , AM2732-Q1
It is recommended to check the following CCS driver file if the CCS version is older than 11.1. The configuration of Cortex_R5 should be similar to the below. If any line is missing, it is necessary to add it. As for the content of the lines, COM Port and Baud Rate need to be updated in target configuration file, which is included in the next step.
ccs\ccs_base\common\targetdb\drivers\gti_uart_driver.xml
<isaType="Cortex_R5" ProcID="0x75803400">
<driverfile="../../../DebugServer/drivers/XPCOMToGTIAdapter.dvr">
<propertyType="stringfield" Value="COM14" id="COM Port"/>
<propertyType="stringfield" Value="9600" id="Baud Rate"/>
<propertyType="hiddenfield" Value="Little Endian" id="Endianness"/>
<propertyType="hiddenfield" Value="32" id="Word Size Page 0"/>
<propertyType="hiddenfield" Value="8" id="Minimum Addressable Size Page 0"/>
<propertyType="hiddenfield" Value="@ti.com/UARTMonitor;1" id="XPCOM Class ID"/>
<propertyType="hiddenfield" Value="Flash DLL Delegate" id="TargetAccess"/>
<connectionTypeType="UARTConnection"/>
</driver>
</isa>