Issue Details
I am developing an application for my CompactRIO (cRIO) controller that acquires data from the FPGA and sends it to the Real-Time (RT) processor using a Direct Memory Access (DMA) FIFO. Additionally, I created a Host to Target FIFO that allows me to send data from the RT processor to the FPGA, so I have bidirectional communication. Even though I was able to compile my FPGA code successfully, whenever I try to write more than 10,000 elements to the Host to Target FIFO, error -61703 is generated:
Error -61073 occurred at FIFO.Write
Possible reason(s):
LabVIEW FPGA: The number or elements to read or write must be less than or equal to the depth of the host memory DMA FIFO
The error is presented in the following dialog box:
