Hi Community,
I'm trying to send waveform I/Q data from ATCA to VST, so that NI-RFSG driver from VST (vector signal transceiver) can receive data and generate waveform in C.
Will there be any way to implement that system using C functions from NiFpga.h ?
I have been communicating with devices by functions in NiFpga.h such as NiFpga_write_.. and NiFpga_Read_.., but this time I am not sure how I should retrieve data between
each hardware devices. I couldn't find such utility in NI supported documents and wondered if there is anyone who have implemented it before.
Thanks so much in advance.