Search found 2 matches

by BlackGP
Fri Oct 21, 2016 6:54 am
Forum: Hardware
Topic: ESP32 HW SPI : Pins for MOSI, MISO, SCK , ( CS )
Replies: 4
Views: 52186

Re: ESP32 HW SPI : Pins for MOSI, MISO, SCK , ( CS )

The pin of the HSPI is also used for the Jtag , so I can't use HSPI in my project because I need to debugging my applications via Jtag. In my project I will be using the VSPI interface as a slave. Question 1 Will my external CPU able to issue AT commands to the ESP 32 through the VSPI interface? Que...
by BlackGP
Thu Oct 20, 2016 9:09 am
Forum: Hardware
Topic: ESP32 HW SPI : Pins for MOSI, MISO, SCK , ( CS )
Replies: 4
Views: 52186

ESP32 HW SPI : Pins for MOSI, MISO, SCK , ( CS )

Hi,

I need to connect ESP32 Spi whit my microcontroller by the SPI interface.

I want use the VSPI.

But what are the correct pinout of the VSPI? Who is MISO?

Who is MOSI?