SPI periphery for esp32-wroom-32u

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
yefj
Posts: 7
Joined: Thu Dec 17, 2020 9:20 pm

SPI periphery for esp32-wroom-32u

Post by yefj » Tue Jan 19, 2021 9:51 pm

Hello,I have ESP32-DevKitC on page 9 of the datasheet shown bellow we have pin 21 21 14 16
but i cant see there periphery name and CS MISO MOSI CLK that i neet to write in my code.
I searcched for HSPI and i got HSPIWP HSPIHD which i dont know what are they
and i got HSPICLK(IO13) HSPIQ(IO14) HSPID(IO16) HSPICSO(IO15)
but i cant see the exact SPI periphery types,where is the pins of each SPI periphery?
Thanks.

https://www.espressif.com/sites/default ... eet_en.pdf

marcidy
Posts: 133
Joined: Sat Dec 12, 2020 11:07 pm

Re: SPI periphery for esp32-wroom-32u

Post by marcidy » Wed Jan 20, 2021 7:36 pm

Heres the devkit-c pinout
https://components101.com/microcontroll ... 32-devkitc

You need the dev-kit's pinout, not the pinout for the WROOM.

Post Reply