Hi.
This is my first post and I must say that this forum provides an indispensible resource for LV enthausiats, thanks to all its members. I'm new to the FPGA/RT and am using RT/FPGA 7.1 with 1M gates PXI7831R .
I have defined a block in FPGA memory and want to write values from a external spreadsheet/ text file to the memory. I know the values have to converted to binary before writing to FPGA. I have searched and found some posts on this topic but unfortunately, could not follow them. Some of the code shown in these posts relates to LV 8.0 or higher and I have LV 7.1.
There is some talk of DMA, or hardware interrupts since RT is much slower than FPGA. However, I still can't figure it out.
I want to initialize the memory before the actual code executes so there is no time constraint for this process as such. What I would like to know is that once I have defined a control to write to the memory in the FPGA, what steps I must go through to ensure that the values read from the file in the RT are written to the FPGA memory.
Any help in this regard will be highly appreciated.