Measuring MIPS of a DSP function using systick
Posted on May 20, 2013 at 15:39Hi all, I have a DSP function and I want to know how many MIPS does it consume. I have used SYSTICK of STM32F2xx device (max frequency 120 MHz) to measure the number of cycles required and now I want to convert to MIP...