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: CCS 7.2.0 no works on macOS Sierra 10.12.5

Other Parts Discussed in Thread: CCSTUDIO, CC2640R2F

Tool/software: Code Composer Studio

I installed the CCS 7.2.0 (build 7.2.0.00013) in my mac, but it no works. The eclipse take frozen at every moment and when it opens the IDE no works. The Resource Explorer also does not open.

Are there any workaround for this?

Thanks in advanced.

  • HI,

    When CCS is opened for the first time it has to initialize several things before starting a normal operation. Have you ever had a CCS running on this system?  

    However, it is not very clear what you mean by "IDE no works". What exactly it is not working? Can you send a screenshot?

    One tip that can perhaps help get additional details is to open a terminal, cd to the install directory and start CCS from there. Basically:

    host:user$ cd /Applications/ti/ccsv7/eclipse/Ccstudio.app/Contents/MacOS

    host:user$ ./ccstudio &

    During CCS operation the terminal should display some log information - you can try to locate anything unusual such as errors or warnings. As an example of such logs, please check below the output of my own system (one difference is that I installed CCS under /Applications/ccs_7_2_0)

    Mac said:

    SDOs-MacBook-Pro:MacOS SDO$ ./ccstudio &
    [1] 537
    SDOs-MacBook-Pro:MacOS SDO$
    dvtLogOptions.xml DOES NOT exists
    Call startServer()
    [A:plugin start] Starting Server
    [OS:plugin start] macosx
    Open Explorer
    just_started_plugin = true
    Outputing tirex output to /Users/SDO/workspace_v7_2/.metadata/tirex-out.log
    [D:plugin start] ccs_eclipse_folder: file:/Applications/ccs_7_2_0/ccsv7/eclipse/Eclipse.app/Contents/Eclipse/
    [E:plugin start] ccs_eclipse_folder: /Applications/ccs_7_2_0/ccsv7/eclipse/Eclipse.app/Contents/Eclipse/
    [01] Launching Browser
    These are the commands [/Applications/ccs_7_2_0/ccsv7/tirex/node, app.js, /Applications/ccs_7_2_0/ccsv7/tirex/ti-rex-core/dinfra-desktop/dinfra.js, /Applications/ccs_7_2_0/ccsv7/tirex/ti-rex-core/config/dconfig_localserver.json, /Applications/ccs_7_2_0/ccsv7/tirex/ti-rex-core/config/app_localserver.json, --ccs_port=49167, --myHttpPort=49168]
    pollServerState for up or ready
    Response Code from local server: 200
    serverState is ready
    JxBrowser datadir = /Users/SDO/workspace_v7_2/.jxbrowser-data
    [02] is mac
    [03] server starting page: file:/Applications/ccs_7_2_0/ccsv7/eclipse/Eclipse.app/Contents/Eclipse/../../../../tirex/ti-rex-core/public/plugin/serverstarting.html
    [ready] setUrl: http://localhost:49168/loading
    killing node server
    Response Code from local server: 404
    ***WARNING: Display must be created on main thread due to Cocoa restrictions.
    ***WARNING: Display must be created on main thread due to Cocoa restrictions.

    [1]+ Done ./ccstudio

    Hope this helps,

    Rafael

  • Hi Rafael

    The CCS perspective was not opening. I followed his step and all work now. Thank you very much.

    Now, I have another problem. I need to download the CC2640R2F SDK, but I get an error when I try to download it.
    It is the same error of the problem of this link e2e.ti.com/.../584074

    Thank you
  • Hi,

    Interesting that it is opening now, as calling CCS from the command line does not necessarily change anything. In any case, thank you for reporting this.

    As the thread you mentioned indicates, the CC2640R2F SDK is not officially supported in macOS. There is a somewhat long thread where the owners of this SDK report a way to build the projects in this OS. Please take a look at:
    e2e.ti.com/.../2224357

    Hope this helps,
    Rafael
  • Ok. I build the project following the link above. But, I can´t download the program to launchpad. Can you help me? How can I create a run configuration for CC2640R2F?

  • I downloaded program to launchpad successfully. Thank you very much.