11-20-2023 12:18 PM
I am trying to interface myRio with GPS module on FPGA but I was unable to interconnect them .Please provide some solutions.
11-21-2023 03:23 AM
Not going to write a solution for you but from the 4 interfaces that your module provides I would think that the SPI one is the most likely to work.
However your specific board only seems to have the UART connected. So you will have to implement some UART logic in your FPGA, not terribly difficult but still some serious work.
It would be much much easier to simply connect it to one of the serial ports of your myRIO and program it through VISA from the RT application, forgetting the FPGA part for at least this device.
11-21-2023 10:20 AM
Thankyou very much