Hi all,
I need help sending data to a chip using the arduino SPI. The chip I am working with is the LMP91200 (Here is the link for the spec sheet http://www.ti.com/lit/ds/symlink/lmp91200.pdf, see bottom of page 18) whose serial interface uses a 16 bit shift register to recieve data. The arduino on the other hand uses SPI.transfer which sends in a byte at a time. Does anyone have any clue on how I can send in my data properly? For example I want to send in the 0000011100000000. I am using an Arduino micro.
Thanks,
Omar