12-19-2012 10:27 AM
Hi
Is there a way to implement an SPI interface on the FRC CRIO.
I only need TX data, but I'd like to be able to generate a block of data and just send it in the background.
Thanks.
Phil.
12-19-2012 12:29 PM
Yes. There is an SPI API in at least LabVIEW and C++ (not sure if the Java port ever happened).
12-19-2012 02:19 PM
Thnaks
I found it buried deep in the WPI library.
Looks like I can adapt it for efficient block transfers.
Now just to figure out where to connect to it... DSC or sepparate DIO module.
Thanks.
Phil
12-19-2012 02:21 PM
Just connect it to the GPIO lines on the digital sidecar. The open requires you specify which lines you are using.