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.

Function profiling

Other Parts Discussed in Thread: TMS320C5504

Has anyone had any joy function profiling a C55x project? The CCS profiling tool doesn't work usefully for me. The only report I've managed to get is a list of about 30 functions which look like they might be the first 30 functions to be executed in my program. I'm interested in all functions. I've tried setting the Maximum Memory Buffer up to the maximum 100. This didn't improve things.

Code Composer Studio
Version: 5.2.0.00069

TMS320C5504

Spectrum Digital XDS510

DSP/BIOS 5.4

The reason I want to use the profiling tool is that I have an application which is too large to fit into SARAM and DARAM. It is mostly linked into SDRAM and doesn't perform well. I was planning to use the profiling tool to help choose the functions which should be moved from SDRAM into faster RAM.