inventor
Mar 17 2012, 05:27
У меня есть каменm ADS1210 - он может работать по SPI, но похоже что что то распаяли неправильно и выход ацп SDOUT сидит на земле.
как в stm настроить spi чтобы я мог получать и писать данные с /на вывода SDIO ?
inventor
Mar 17 2012, 09:11
3-Wire Serial Buses
As mentioned above, one variant of SPI uses single bidirectional data line (Slave Out/Slave IN, called SISO) instead of two unidirectional ones (MOSI and MISO). Clearly, this variant is restricted to a half duplex mode. It tends to be used for lower performance parts, such as small EEPROMs used only during system startup and certain sensors, and Microwire. As of this writing, few SPI master controllers support this mode; although it can often be easily bit-banged in software.
как это сделать таким образом, не играя с SDIO чтобы переключать его на вход и на выход?