Tool/software:
Hi,
Some SPI sensors have the "nasty" feature of holding the MISO(POCI) pin low while they process a message.
e.g. TSYS01 from TE connectivity.
This is not according to the SPI standard, but we have to work with it.
***
How will the SPI drivers in simplelink SDK handle this.
Will they not return/finish until the MISO pin goes high?
I assume the option is to poll the MISO pin, but can this be done while it is configured a SPI peripheral?
Or do we have to re-configure to GPIO, poll the MISO line a reconfigure to SPI afterwards?
-no_more_wires