1 full cycle time

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
eeEn_4618901
Level 4
Level 4
5 likes given First like received First like given

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.

0 Likes
1 Solution
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

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

View solution in original post

3 Replies