We want to wait for a certain interval while reading on a particular channel and move ahead if no data is sent by the board in that interval. We are, however, stuck in this simple implementation.
We tried changing the timeout value in libfpgalink.h's flReadChannelAsyncSubmit from U32MAX to 5000 (our required timeout) and then ran make clean followed by make deps in the directory.
However, while running our custom main.c file, we were receiving data in unexpected order.
Could you kindly suggest some examples that we could refer to?
We want to wait for a certain interval while reading on a particular channel and move ahead if no data is sent by the board in that interval. We are, however, stuck in this simple implementation.
We tried changing the
timeoutvalue inlibfpgalink.h'sflReadChannelAsyncSubmitfrom U32MAX to 5000 (our required timeout) and then ranmake cleanfollowed bymake depsin the directory.However, while running our custom
main.cfile, we were receiving data in unexpected order.Could you kindly suggest some examples that we could refer to?