One of my SPI peripherals requires for the SPI Master to wait for MISO to go low before any SPI transfer can begin. (This device is a CC1200 btw). How can i check for MISO low in the SPI driver?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
One of my SPI peripherals requires for the SPI Master to wait for MISO to go low before any SPI transfer can begin. (This device is a CC1200 btw). How can i check for MISO low in the SPI driver?