Hello,
I am currently working on the following project:
With an acquisition card (AFE4490) manufactured by TI (they don't broadcast labview source code , or the driver for use directly ), I should be able to process the values in real time in labview . The card is connected to the computer via a USB port, but the chip communicates using a SPI port.
To do this, they gave me the datasheet of this card and the main operation is to write the different registers in this card from labview . I have a sheet with 30 registers with addresses and corresponding reading and writing addresses.
For example, after the initialization of the card, the first operation is LED2STC , address 0x01 and address read / write 0x0017C0 .
The doc says that the chip has 32 bits , it uses the first 8 to write the address and uses the 24 other to write the reading and writing addresses.
So I wanted to know how it was possible to enter these registers in labview ?
Attached a sheet with the list of the registers.
Regards,
Damien