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 : program functions Graph

Other Parts Discussed in Thread: TMS320C6678

Hello !

I have a CCS program that I need to undrestund to modify it later...

I was on Microchip microcontrollers ans I know that their IDE can generate a function graph where you can see all existing function in the hole code and how are they called. I wanted to know if it is possible on CCS and TMS320C6678.

I have an EVM TMS320C6678LE with XDS560 emulator

PC under Windows 7

Thanks in advance !

  • Moved this thread over CCS forum for faster response.
    Thank you.
  • Hi,

    If you are interested in doing static code analysis, you can use the callgraph utility that is part of the software below:

    If you are using CCvSv6, you can also do a Code Coverage analysis using the Hardware Trace of your XDS560 on the menu Tools --> Hardware Trace Analyzer. However, if your XDS560 is the card on top of the EVM (mezzanine), your Trace memory will be limited to collect only a few kB of the device's internal ETB.

    If you have the XDSProTrace though, it will give you a lot more Trace memory as it expands the ETB to a much larger size.

    Some details are also in this training.

    --Cheers

  • There is also a "Call Hierarchy" view in CCS that you can use. There is more info on the feature here: https://www.youtube.com/watch?v=ZIRtI1jhizY