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.
Usually it is easier to sync the hardware to the CPU using control register writes etc. What exactly do you need to perform?
Bob
I wanted to read the SR flip flop only once when its changing state.
I see no other choice than interrupt.
Bob
Thanks Bob