LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SPI communication with NI USB-8451 with Analog Devices HCM6300

Hi Everyone,

I just got assigned on a project of ours and kinda reviewing the test system before proceeding and reviewed the SPI protocols of AD's HCM6300

I saw that a write operation on the said chip was required to be 18-bits long, 8451 however has a transfer limit of 8-bits at a time.

Would you think I have issues trying to divide the data in order to get around the 8-bit limitation?

0 Kudos
Message 1 of 2
(1,192 Views)

It looks like the 8451 is limited to only 8 bit transfer, but the 8452 can be set from 4 to 64 bit transfer.

 

You could try writing 24 bits (array of 3 bytes) and see if that works.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(1,170 Views)