I am using an IP library with quoted execution times, but the speed isn't really living up to the hype. I'd like to turn on the clock and step over the library function to measure clock ticks. But I keep getting the following error.
C55xx_0: Can't enable profiling as it requires AU1 which is already claimed for RTDX or breakpoint(s)
I'm using a C5510A, with DSP/BIOS. Is there something special I need to do to make this work? If it won't work because of some C55xx limitation, is there another good way to measure execution time?
Thanks