-->
Page 1 of 1

SPI master mode MISO pin driven high

PostPosted: Fri May 29, 2020 1:11 pm
by Trampas
I am trying to use the HSPI on the ESP8266 as master. However I it appears that the MISO pin is being driven high by the ESP8266 such that my slave device when driven low can only pull the pin down to ~1.25V, right on the edge of logic high/low thus causing lots of bus errors.

Has anyone else seen this before?

Re: SPI master mode MISO pin driven high

PostPosted: Sat May 30, 2020 11:31 am
by Trampas
The issue was another part on the bus, specifically an isolated SPI bus adapter which was holding bus high.

Re: SPI master mode MISO pin driven high

PostPosted: Sun May 31, 2020 7:42 am
by Trampas
The problem was a isolated SPI bus chip. It did not tri-state the MISO when chip select was high.

Moved ESP to different SPI port on micro to work around issue.