Hi!
I am learning how to use Real-Time and FPGA module with myRIO. I'm trying to connect myRIO with a magnetic sensor (TLE5011) via SPI. The sensor requires an external clock for the PLL. I used the FPGA module to create a constant 4MHz clock on one of myRIO's DIOs. The clock only works when the customized FPGA VI is running. The problem is that the RT VI returns an error while the FPGA VI is running (−61202).
Is it possible to run a custom FPGA VI and use RT functions (such as SPI)? Is there any other way to create a proper 4MHz clock signal?