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.