Comunicazione SPI
SPI, o Serial Peripheral Interface, è uno standard di collegamento dati seriale sincrono che funziona in modalità full duplex. Viene comunemente utilizzato nel campo dei test e delle misurazioni. Gli utilizzi tipici includono la comunicazione con microcontrollori, EEPROM, dispositivi A2D, controller embedded, ecc. Utilizzando il supporto SPI Instrument Control Toolbox™ è possibile aprire connessioni con chip individuali e leggere e scrivere su tali connessioni.
Creare l'oggetto interfaccia utilizzando la funzione spi
e utilizzare le funzioni read
e write
per la comunicazione. Per utilizzare l'interfaccia SPI, è necessario disporre di un adattatore host Total Phase Aardvark o di una scheda adattatore NI-845x installata. Per i dettagli vedere Configuring SPI Communication.
Funzioni
instrhwinfo | Information about available hardware |
spi | Create SPI object |
read | Read binary data from SPI instrument |
write | Write binary data to SPI instrument |
writeAndRead | Write and read binary data from SPI instrument |
methods | Class method names and descriptions |
disp | Display instrument object summary information |
connect | Connect device object to instrument |
disconnect | Disconnect device object from instrument |
clear | Remove instrument objects from MATLAB workspace |
Argomenti
- Configuring SPI Communication
You must have a Total Phase Aardvark host adaptor or an NI-845x adaptor board installed to use the
spi
interface. - Transmitting Data over the SPI Interface
The typical workflow for transmitting data over the SPI interface involves adaptor discovery, connection, communication, and cleanup. This example covers the whole workflow.
- Using Properties on the SPI Object
Use interface-specific properties with the
spi
object. - SPI Interface Overview
The Instrument Control Toolbox SPI support lets you open connections with individual chips and to read and write over the connections to individual chips using an Aardvark or NI-845x host adaptor.
- SPI Interface Usage Requirements and Guidelines
These requirements and tips apply to the use of the SPI interface.
Risoluzione dei problemi
Try these tips if you have problems using the toolbox with the SPI interface. Includes information about SPI supported platforms, adapter requirements, and configuration and connection.