Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hello,
I have been trying to interface the 16-bit AD5668 DAC using SPI. However, the AD5668 has a 32-bit input shift register while the SPI can only support 16-bits per frame. Thus, how do you get the required 32-bits for instruction to the DAC? Use spi.write() twice?