08-20-2024 02:35 PM
Can I use both the Basic and Advanced APIs together in LabVIEW to control the USB-8452 SPI interface?
I need more precise control over the chip select line for my application. Specifically, I want to pulse the chip select line before and after writing to the target device. Can anyone provide an example of how to achieve this using a combination of both APIs?
08-20-2024 05:52 PM
No, as the different references used indicate, you cannot mix and match APIs from different sub-palettes of SPI.
Please share the device protocol to better suggest an approach.