Hi,
I am using the BF537 EZ-Kit Lite. I want to communicate over the SPI port to a device. This device has two additional connections, a data ready and reset (in addition to the normal SCK, MISO, MOSI and SSEL) which I can connect to free pins in the SPI or PPI if necessary. In order to prepare the device to take a measurement, reset must be changed to low, high, then low. This was an easy task in Visual DSP++ (setting a register that controlled the port pin three times), but I don't know how to do it using LabVIEW. Once the measurement is ready, data ready goes high which would trigger an interrupt to take the data at the SPI port.
Questions:
How do I set pins to be GPIO pins?
Once I've done that, how do I write to a specific pin?
Also, how do I make a pin trigger an interrupt?
On a side note, are there any good references/examples on how to use the LabView SPI vi's? (There was another post on this, but it did not help)
Thanks in advance,
Chris