Page 1 of 1

ESP32-C6-DevkitM-1: GPIO Allocation

Posted: Wed Mar 27, 2024 3:20 pm
by prodigysounds
I am designing a system that will be using the following protocols: I2S, I2C, and SPI. I am having difficulty finding where to define the GPIO pins manually to route these signals, I have searched the SDK as best as I could. Could you provide some assistance with defining the necessary GPIOs so that communicate with the external devices in my circuit design?

Re: ESP32-C6-DevkitM-1: GPIO Allocation

Posted: Thu Mar 28, 2024 1:46 am
by ESP_Sprite
For all these peripherals, you can basically pick any (otherwise unused, and watch the strapping pins) GPIO. These peripherals all can be routed through the GPIO matrix, so they can connect to any pin.