Forum Discussion
CAlex
Contributor
3 years agoDE10 STANDARD Linux issue
Hi,
I wrote a code to test the latency of the SOC communication,
the result are as followed:
The blue line is the clock flag I made, it sends the 50us toggle flag to the pio of fpga,
...
aikeu
Regular Contributor
3 years agoHi CAlex,
The while loop method will not guarantee a consistent timing for sure.
The operation should be done with interrupt.
Thanks.
Regards,
Aik Eu
CAlex
Contributor
3 years agoOkey, thank you then,
looks like I have to try interrupt if I want to have a stable process on linux.
No futther questions on that link, thank you again.
Reguards.