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.

TMS320C28346: Debugging a Micro-controller card connected to a XDS Debug Probe in a Remote PC

Part Number: TMS320C28346

Hi,

I need to debug a C2000 Microcontroller program, my installation is:

- My card with the Microcontroller is connected to a Windows-PC via a XDS100v2 Debug Probe, CCS 11.2 Installed

- My source Files are in a Remote LINUX system, CCS 11.2 installed

Is there any way to Start a RemoteDebugging session on the LINUX system for debugging the card connected to the Windows-PC?

I thought it was possible using Debug configuration -> C/C++ Remote Application, but it is not the case (it runs the Microcontroller file on the Windows-PC)

Is the only way to use a LAN connected Debug Probe? (Like XDS2xx LAN Debug Probe)

Thanks a lot

  • Part Number: TMS320C28346

    Hi,

    I need to debug a C2000 Microcontroller program, my installation is:

    - My card with the Microcontroller is connected to a Windows-PC via a XDS100v2 Debug Probe, CCS 11.2 Installed

    - My source Files are in a Remote LINUX system, CCS 11.2 installed

    Is there any way to Start a RemoteDebugging session on the LINUX system for debugging the card connected to the Windows-PC?

    I thought it was possible using Debug configuration -> C/C++ Remote Application, but it is not the case (it runs the Microcontroller file on the Windows-PC)

    Is the only way to use a LAN connected Debug Probe? (Like XDS2xx LAN Debug Probe)

    Thanks a lot

  • Hi Jose,

    There are three options:

    • Easiest to debug:  Have source code available locally on Windows PC and debug locally. 
    • Mount the Linux source location using Samba server, and create a virtual drive on Windows PC. The debugging experience will depend on network bandwidth.
    • Use Debug Probe with LAN. I have used XDS560v2 LAN. It works great.

    Thanks & Regards,

    Santosh

  • Thanks a lot... Slight smile

    I thought I would have to resort to that, but it is better ask for ....

    What a pity there is no equivalent client-server as for Xilinx....