05-08-2012 07:03 AM
Hello
I was trying to implement a counter with a time out of 3 or 4 milliseconds in my project. Can any one suggest how to go about it? In the lwip library i can implement a counter with a 250 milli second resolution ( Using the tcp timer callback functions ) can any one suggest how to get a counter with 3 to 4 seconds resolution?
05-08-2012 09:54 AM
I figured it out! . Just in case of reference for any one who wants to know how to do this in the future here you go :
http://www.xilinx.com/support/answers/23013.htm
just follow those steps and once you have the cycle count , you can program the time out accordingly.
Also this is helpful :
05-08-2012 09:54 AM
I figured it out! . Just in case of reference for any one who wants to know how to do this in the future here you go :
http://www.xilinx.com/support/answers/23013.htm
just follow those steps and once you have the cycle count , you can program the time out accordingly.
Also this is helpful :