Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hello,
I am trying to run simulations of an FFT algorithm on the processor by putting the function in a for loop.
I am measuring cache misses using a counter on the PMU, this works correctly for iteration one however following iterations always display zero data misses. I was wondering if there was a simple way to clear the cache contents on each iteration of the for loop?
Thanks,
Caroline