Question
Measuring MIPS of a DSP function using systick
Posted on May 20, 2013 at 15:39
Hi 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 MIPS? As an example, if I measure 15000 cycles and the device is running @ 120MHz. How many MIPS does it mean?