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/CC2640R2F: TI-RTOS project .cfg GUI can't be shown

Part Number: CC2640R2F

Tool/software: Code Composer Studio

Hi,

I have the very same problem linke in the post

I can't activate the SYS/BIOS GUI view where the SYS/BIOS features are shown in an easier way.
However I use the CCS Version:

Code Composer Studio
Version: 8.3.1.00004

Is the link posted in the other post still true? I just don't know if Eclipse version Neon is still the valid version for version 8.3.1 of CCS.

What I finally want to do is activate the log messages of SYS/BIOS which can be shown in the Console-View of Code-Composer-Studio.

kind regards

Andreas

  • Andreas,

    What happens when you open the file?  Is it just opening in a text editor?

    If so right click on the .cfg file in the Project Explorer.

    Select Open With -> XGCONF

    This will open the file in the graphical editor.  It should also remember this choice the next time you open the file.

    Regards,

    John

  • Hi John,

    sorry for the late reply.
    Yes I can confirm that the file now opens as expected in the more GUI like view.

    Unfortunately I can't activate the Log module (Available Products view--> XDCtools-->Diagnostics-->Log)

    The checkbox I can find there is not ticked and greyed out, so I can't activate it.

    I would like to use the System_printf(..) method for printing log messages directly to the console of CCS.

    How can I activate System_printf(..) in my project?

    best regards

    Andreas

  • For the question on logging I will loop in a TI-RTOS expert.

    John
  • Andreas,

    You can right-click on the Log module in the Available Products window and select "Use Log". Please note that Log and System_printf are not related. Are you trying to just get System_printf out to the console? If so, take a look at "Real Time OS->TI-RTOS Basics" and/or "Debugging->Debugging Printing" in SimpleLink Academy (dev.ti.com/.../node

    Todd