Using CCS 5.2, TMS320F28335
I need to generate a full set of call pairs (i.e. function A calls function B) for a CCS project.
I’ve tried opening the Call Hierarchy view for functions but (1) this is only for a single function and (2) I can't copy any of this information from the CCS view into an editor. It will still be a lot of manual work to get what I want.
Is there any other way to generate such information, so that it can be copied out and used to list all call pairs?
I’ve also looked at the compiler / linker documentation, but can't find anything there either. The cross-reference options don’t produce this type of output.
Regards,