Hi, In my project with psoc 5LP, how do I find out how many milliseconds or microseconds 1 cycle is completed? int main() { } for (;;) { function1 (); function2 (); function3 (); } For example, can I find the completion times of functions 1 2 and 3 in the program? Best Regards.
Solved! Go to Solution.
Hi,
I just posted the following.
Measuring time interval using SysTick (CY8CKIT-059/CY8CKIT-044)
Although it is not as good as Odissey-san's implementation, it is simpler.
Meantime, could you see the URL and hopefully would you reply/attach your stopwatch there, too? > Odissey-san
moto