Hi,
I am designing a board based on the DAC82001. It is a 16 bit DAC with SPI.
The figures below show the data protocol. It needs a 24 bits for each instruction cycle. The SPI library has transfer() for one byte, and transfer16() for two. Is there a transfer24(), or better yet, a transferN( n, *bytes)? Could there be? What is involved, and where should I look in the source?
Thank you
I am designing a board based on the DAC82001. It is a 16 bit DAC with SPI.
The figures below show the data protocol. It needs a 24 bits for each instruction cycle. The SPI library has transfer() for one byte, and transfer16() for two. Is there a transfer24(), or better yet, a transferN( n, *bytes)? Could there be? What is involved, and where should I look in the source?
Thank you