01-25-2018 09:05 AM
Hi ,
I'm using a kintex 7 FlexRio for some project.
I have 8 registers on the target which i want to write to them from the host.
at the final stage i need to build an dotNet interop assempbly.
How i can initialize 2 input arrays of 4 length, to pass the data from them to 8 registers ?
thank you.
01-25-2018 03:09 PM
Have you looked at the LabVIEW FPGA examples? For a small array, the easiest way to pass data between the FPGA and the host is through reading and writing front panel controls on the FPGA VI. If the values change rapidly and you need to pass the data at high speed, use a DMA FIFO.
If you are still having troubles after looking at the examples, post your code here so we can see exactly where you're stuck.