08-16-2009 09:57 PM
Hey!
I am using arrays in FPGA (PXI-7842R). What can be the maximum size of array?
08-17-2009 05:33 AM
08-17-2009 06:05 AM
08-17-2009 08:52 AM
08-19-2009 05:03 AM
Thanks for your replies,
I understand the constraints of using large arrays so I want to use FIFO instead. I want to pass two data streams from labview to fpga, process them on fpga & pass the output data to labview again.
I made a simple model for experiment, but its not working. I looked at a example & made it, but i guess there are a lot of problems in it. Can you please point out the problems?
& please recommend any tutorial/link for help in fpga programming. Thanks again!
08-19-2009 05:24 AM
In the FPGA-code there is missing a loop. The VI executes one time and then terminates. A communication with RT-controller never would be established.
In the project I see the usage of two host-to-target-DMAs. I don´t know if this is supported by your hardware. I suppose it wouldn´t because there is missing a possibility to define the DMA-channe.
08-20-2009 01:29 PM
Hey,
Take a look at the tutorial below:
http://zone.ni.com/devzone/cda/tut/p/id/3555
Thanks,
Anna