Speed of code execution

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

cross mob
Anonymous
Not applicable

How can i synchronize the speed with which the hardware running on psoc5lp with the speed of execution of code?

   

Is it possible to synchronize without using ISR?

   

 

   

Thank you.

0 Likes
4 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Usually it is easier to sync the hardware to the CPU using control register writes etc. What exactly do you need to perform?

   

 

   

Bob

0 Likes
Anonymous
Not applicable

I wanted to read the SR flip flop only once when its changing state.

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

I see no other choice than interrupt.

   

 

   

Bob

0 Likes
Anonymous
Not applicable

Thanks Bob

0 Likes