03-10-2013 10:32 PM
Hi,
I'm new to USB-8452 for SPI. I want to set 8452 to master mode.There are SPI Basic API and SPI Advanced API. So what is the default mode if I use the Basic API.
Best Regards
Bonnie
Solved! Go to Solution.
03-20-2013 07:19 AM
The NI USB-845x only supports master-mode SPI. The basic, advanced, and streaming APIs are all master.
For I2C, we have a slave API (but the basic and advanced APIs are also master-mode)
03-20-2013 07:19 PM
Thank you for you reply!