Part Number: CC2652RB
Tool/software:
Hello,
I'm debugging a CC2652RB app with a segger J-trace probe (a JLink with a trace feature) with CCS 20.3.0.14_1.9.0.
JLink on screenshots is v8.60 but same results with the last v8.68.
It works but at every startup, I get this message:

After OK, I can select the right target:

My guess is that CCS asks JLink to debug a CC2652RB1F target (first screenshot) and that this target is not
part of the JLink software which seems to know only CC252RB (without "1F", see second screenshot).
I tried modifying ccxml file but that was not successful.
Is there a workaround to get rid of this situation?
Here my ccxml file:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<configurations XML_version="1.2" id="configurations_0">
<configuration XML_version="1.2" id="configuration_0">
<instance XML_version="1.2" desc="SEGGER J-Link Emulator" href="connections/segger_j-link_connection.xml" id="SEGGER J-Link Emulator" xml="segger_j-link_connection.xml" xmlpath="connections"/>
<connection XML_version="1.2" id="SEGGER J-Link Emulator">
<instance XML_version="1.2" href="drivers/JLINKicepick_c.xml" id="drivers" xml="JLINKicepick_c.xml" xmlpath="drivers"/>
<instance XML_version="1.2" href="drivers/jlinkcs_dap.xml" id="drivers" xml="jlinkcs_dap.xml" xmlpath="drivers"/>
<instance XML_version="1.2" href="drivers/jlinkcortexm4.xml" id="drivers" xml="jlinkcortexm4.xml" xmlpath="drivers"/>
<platform XML_version="1.2" id="platform_0">
<instance XML_version="1.2" desc="CC2652RB1F" href="devices/cc2652rb1f.xml" id="CC2652RB1F" xml="cc2652rb1f.xml" xmlpath="devices"/>
<device XML_version="1.2" id="CC2652RB1F" partnum="CC2652RB1F" HW_revision="1" description="SimpleLink(TM) multi-protocol CC2652RB wireless MCU">
<router XML_version="1.2" id="IcePick_C_0" HW_revision="1.0" isa="ICEPICK_C" description="ICEPick_C Router">
<subpath id="subpath_0">
<router XML_version="1.2" id="CS_DAP_0" HW_revision="1.0" isa="CS_DAP" description="CS_DAP Router">
<subpath id="subpath_1">
<cpu XML_version="1.2" id="Cortex_M4_0" HW_revision="1.0" isa="Cortex_M4" description="Cortex_M4 CPU">
<property id="Target Interface Type" Type="choicelist" Value="2"/>
</cpu>
</subpath>
</router>
</subpath>
</router>
</device>
</platform>
</connection>
</configuration>
</configurations>
Thanks
Julien



