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.
I am trying to interface the mbed with a gyroscope that communicates using a 32 bit SPI interface. Can communincation be successful using the following piece of code:
When I observed the clock on the oscilloscope there was a gap after the first 16 clock cycles were sent. Can this gap cause problems? From what I have read the SPI works on cyclic registers and unless data is sent no data should be received by the master. Is this correct?
Can anyone please guide me on how to use the mbed to communicate using a 32 bit interface?