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

Has anyone had any joy function profiling a C55x project? The CCS profiling tool doesn't work usefully for me. I do have a report for what look likes the first 30 functions to be executed in my program, but I need a report for 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.