This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

script's execution time measuring

Hi, I successfully modified the Nordic Semiconductor SDK 13's SAADC example adding a feature that performs the FFT of the sample taken and using an RTC is possible also to do it each a certain time in an infinite loop. I need a way to measure the time that the SAADC sampling and FFT operations take. What could be the easier way?

Thanks in advance

Marco

The code of my project: main.c

Related