ESP32-S3-DevKitC-1-N8R8 and SPI #7153
carlberg74
started this conversation in
General
Replies: 2 comments 1 reply
-
Just found this: FSPID = MISO |
Beta Was this translation helpful? Give feedback.
1 reply
-
and so ok ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Trying to get a SPI to work on my new dev board, but I cant figure out what pins I should use for SPI on this board.
Have a MCP23S08 and used it with Arduino on other boards and are now trying to get it to work on this board.
I have read that SPI0 and SPI1 is used by flash etc.. and that SPI2 and SPI3 is available for other stuff and they are called HSPI (SPI2) and VSPI (SPI3)?
But looking on this layout, I dont really understand what pins to use..
https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/_images/ESP32-S3_DevKitC-1_pinlayout_v1.1.jpg
It has FSPICLK (11) and FSPICS0 (9) but no MISO or MOSI.. and is this SPI2 or SPI3?
Looked also at this.
https://github.com/espressif/esp-idf/blob/master/components/soc/esp32s3/include/soc/spi_pins.h
SPI2_CS 10
SPI2_MOSI 11
SPI2_CLK 12
SPI2_MISO 13
But that dont seem to work..
Any suggestions would be appreciated.
Cheers
-Anders
Beta Was this translation helpful? Give feedback.
All reactions