System funcions "TickCount", "WaitForCount" in Creator/PSoC5LP

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

cross mob
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

1. I am looking for system functions to accurately profile time intervals in PSoC5LP. What is equivalent of system "TicCount"/'"Counter" etc. function in PSoC Creator/PSoC5LP?

   

2. I want deterministic time intervals. Is there any system function equivalent to 'WaitForCounter' in PSoC Creator? 

0 Likes
2 Replies
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

These might help -

   

 

   

    

   

         

   

http://www.cypress.com/?rID=38267     AN54460

   

 

   

 

   

    

   

           http://www.cypress.com/?app=forum&rID=85773

   

 

   

Regards, Dana.

0 Likes
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

For deterministic time intervals you can use a timer component. Or use the "global signal" component, where different types of periodic signals are available (pulse per second, fast timewheel, central timewheel) which you can use for generating interrupts.

0 Likes