LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programming of the processor part USRP X410 in C++ on LabVIEW

I have C++ code for the processor and .vhd code for the FPGA. My board is a USRP X410. How can I program the processor part of the device in C++ in LabVIEW?

0 Kudos
Message 1 of 5
(107 Views)

Hi Bezenchuk,

 


@BEZENCHUK wrote:

My board is a USRP X410. How can I program the processor part of the device in C++ in LabVIEW?


You don't "program in C++ in LabVIEW", you use C++ OR LabVIEW…

 

Setup your C++ toolchain correctly for your target (USRP…) and create executables within your C++ IDE.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(72 Views)

Usrp X410 is a system on a chip with integrated RF interface (RFSoC). The system on a chip consists of a FPGA and a processor. I am developing a project in LabView (I am using a "reference fpga" project). I have embedded the VHD code in LabVIEW FPGA, but I do not know how to embed the code for the processor, written in C++. This was the question, how to embed C++ code in a LabView project

0 Kudos
Message 3 of 5
(59 Views)

Hi Bezenchuk,

 


@BEZENCHUK wrote:

This was the question, how to embed C++ code in a LabView project


Create a DLL (or .so) and call functions with a CLFN…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(49 Views)

@BEZENCHUK wrote:

Usrp X410 is a system on a chip with integrated RF interface (RFSoC). The system on a chip consists of a FPGA and a processor. I am developing a project in LabView (I am using a "reference fpga" project). I have embedded the VHD code in LabVIEW FPGA, but I do not know how to embed the code for the processor, written in C++. This was the question, how to embed C++ code in a LabView project


When using LabVIEW FPGA with the x410 I am not sure how you would access to PS of the RFSoC.  Maybe you could get shell access to the PS?  Generally, I do not think it would be done via LabVIEW.


Certified LabVIEW Architect, Certified Professional Instructor
ALE Consultants

Introduction to LabVIEW FPGA for RF, Radar, and Electronic Warfare Applications
0 Kudos
Message 5 of 5
(32 Views)