libfpgalink icon indicating copy to clipboard operation
libfpgalink copied to clipboard

Using flReadChannelAsyncAwait to implement asynchronous I/O with FPGA board

Open Naman-ntc opened this issue 6 years ago • 0 comments

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?

Naman-ntc avatar Apr 12 '18 05:04 Naman-ntc