03-14-2022 08:53 PM
I have one FPGA board that contain MCU(ATSAM4E8CA-CU) and Xilinx FPGA chip (XC7K160T).
And I want to connect this device with Labview and control some register value to test DUT.
Are there any method to connect FPGA board to Labview?
The FPGA board is connected to PC via USB micro-B.
Please guide me.
03-15-2022 05:35 AM
Does that USB port implement a virtual serial port? If so you can communicate to the device using NI-VISA in LabVIEW. This does require some application on your board to run, which is listening on the serial port for commands you send to it from LabVIEW. And obviously both sides need to agree on a command-response protocol to use.
If that is not what you want to do, you need to explain a lot more what you have in mind!