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/EK-TM4C123GXL: Documentation for Code Composer Studio v7

Part Number: EK-TM4C123GXL


Tool/software: Code Composer Studio

Hello

I am working with Code Composer Studio v7 for the first time. I have read a bunch of useful resources, but I haven't been able to get a complete documentation for it. Yes there are many videos, but I would rather prefer it in a documented format. And yes I have searched a lot, but unfortunately got only wiki links. 

Specifically I have two questions :

1. Is there any way I can plot the waveform of an output pin ccs, like Logic Analyzer in Keil. I saw a trace analyzer, but it would be helpful if someone could confirm it is what I am looking for.

2. Is there any way I can simulate and give some waveform to a pin, without actually connecting anything to it? Like run everything in a simulation environment.

Thank you

  • Hello,
    For documentation, CCS ships with some basic documentation via "Help -> Help Contents". If you look under "Code Composer Studio Help -> Views and Editors -> Graph Views", there is some more information on the various graphing/plotting capabilities of CCS.

    There is also GUI Composer for more graphing options:
    processors.wiki.ti.com/.../Category:GUI_Composer

    As for simulation and simulating pin/port input, it is something that we once had in CCS versions 5 and earlier but had since dropped support for it when we dropped all simulation support.

    Thanks
    ki