Other Parts Discussed in Thread: CCSTUDIO
I spent a while trying to connect to a core in the TDA4VM SoC using TDA4VM-SK starter kit and the xds110 debug probe I recently purchased.
I have already checked : https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1178240/faq-sk-tda4vm-how-do-i-connect-the-external-debugger-blackhawk-usb560v2-xds560v2-usb-system-trace-to-the-jtag-on-the-board
and tried this : https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/08_04_00_06/exports/docs/psdk_rtos/docs/user_guide/ccs_setup_j721e.html
with ccs v11, v12 and v20 on windows, I could not connect to a single core with "Connect Target" :

I have tried running CCS v10 on ubuntu, this version is requesting python2.7, and could not open ccstudio Error : "there was a problem loading libMiniDump.so"
With Code Composer 20, Connect Target :
IcePick_M_0: Error connecting to the target: (Error -267 @ 0x0) The controller could not detect valid target supply. Check target JTAG connection and/or connection setting specifying voltage level. (Emulation package 20.3.0.3656)
DEBUGSSM_0: GEL: Error while executing OnTargetConnect(): Connect failed
at GEL_Connect() [dbg_util_cid.gel:11]
at ConnectIfDisconnected()
at GEL_EvalOnTarget("IcePick_M_0", "ConnectIfDisconnected()") [dbg_ks3_debugssm.gel:9]
at OnTargetConnect()
CS_DAP_0: Error connecting to the target: (Error -267 @ 0x0) The controller could not detect valid target supply. Check target JTAG connection and/or connection setting specifying voltage level. (Emulation package 20.3.0.3656)
D:\ti\ccs_base\common\uscif\xds110>xdsdfu.exe -e USB Device Firmware Upgrade Utility Copyright (c) 2008-2019 Texas Instruments Incorporated. All rights reserved. Scanning USB buses for supported XDS110 devices... <<<< Device 0 >>>> VID: 0x0451 PID: 0xbef3 Device Name: XDS110 Probe with CMSIS-DAP Version: 3.0.0.38 Manufacturer: Texas Instruments Serial Num: 00004567 Mode: Runtime Configuration: Standard Found 1 device.
Could you please create some documentation regarding the use of affordable debug probes like the xds110 instead of xds560, and the use of code composer versions that do not require installing obsolete versions of python and the like ?