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.

CCS/TMS570LS0914: CCS6

Part Number: TMS570LS0914

Tool/software: Code Composer Studio

CCS6.0 is not connected to XDS560V2 STM.

However, CCS9.0 is able to connect to XDS560V2 STM.

Both CCS6.0 and CCS9.0 are installed on the same laptop used. The reason I have CCS6.0 is to import a project generated from older CCS version and it seems CCS6.0 was able to get it rebuilt without errors.

Thank you for any suggestions.

  • Hi,

    This is quite a spread you have there with regards to versions. Unfortunately I don't think we can definitely assert the Debug Probe device drivers are compatible across these versions, especially due to the fact CCSv9.0 is a 64-bit application and therefore went under a big overhaul on its device drivers.

    In this case, I would do the following: build the project in v6.0 and debug it using v9.0. Since the debugger is quite similar, you can have a very similar debugging experience in the newer version by simply pointing and referencing the source project - in fact, there is a chance that v9.0 will automatically find the correct source code paths to the v6.0 project, thus not requiring any additional steps. 

    To manually add paths, check slide 53 and onwards to learn how to add lookup paths to a debug session.

    http://software-dl.ti.com/ccs/esd/training/CCSv6-TipsAndTricks.pptx 

    Hope this helps,

    Rafael

  • Thank you for your quick response.

    I will try CCS9 first.