07-01-2019 02:49 PM
07-02-2019 09:45 AM
Hi,
How did you want to access it?
07-03-2019 02:45 PM
I want to access it using the CPU but I cannot do that because the FPGA is connected to IO and I don't want to program the FPGA using LabView. Is there a default C API available online that I can use to access the IO?
07-08-2019 11:56 AM
Bump.
Anyone have thoughts on this?
I'm working with awsomeer on the same project, and it would be really nice to access the I/O without having to write much LabView. Our team has a lot of C/C++ experience but very little LabView experience. We're using the NI Linux Real-Time toolchain to write our application in C++.
07-10-2019 04:43 PM
We would also like to access the I2C and SPI buses
07-11-2019
09:02 AM
- last edited on
11-15-2024
05:49 PM
by
Content Cleaner
Hi,
I think this is what you are looking for.
Let me know if you have questions.
07-11-2019 10:46 AM
Thanks for the reply!
I did see that page, but my understanding was that we would have to write a custom labview wrapper for the I/Os we want to use and then generate a C API to call functions in our custom VI. Is that correct?
Is there a default VI running on the FPGA that we can access from the CPU without writing our own labview code?