ESP32-C3-MINI SPI and I2C

VE3SVF
Posts: 3
Joined: Fri Mar 01, 2024 2:49 am

ESP32-C3-MINI SPI and I2C

Postby VE3SVF » Fri Mar 01, 2024 2:57 am

Hi everyone!

I'm new to this forum and am looking for some help. I am working with the ESP32-C3-MINI SoC for a PCB board. I need to have SPI and I2C communication to two devices (SPI to device one, I2C to device two).

I cannot devise a pinout for these, as most of the breakout pins appear to be used for the internal SPI flash memory.

Could anyone please help?

Best,

Sasha (ham radio callsign VE3SVF)

ESP_Sprite
Posts: 9052
Joined: Thu Nov 26, 2015 4:08 am

Re: ESP32-C3-MINI SPI and I2C

Postby ESP_Sprite » Fri Mar 01, 2024 6:41 am

You can use any (not otherwise assigned/used) pin for SPI and I2C; the ESP32-C3 has a GPIO matrix that can route those signals arbitrarily.

VE3SVF
Posts: 3
Joined: Fri Mar 01, 2024 2:49 am

Re: ESP32-C3-MINI SPI and I2C

Postby VE3SVF » Sat Mar 16, 2024 9:36 pm

Sorry for the late reply!

Does that mean that I can use *any* pin? I know there are many precautions around other ESP32 SoCs because sometimes the SPI flash is connected and some pins are used for strapping.

ESP_Sprite
Posts: 9052
Joined: Thu Nov 26, 2015 4:08 am

Re: ESP32-C3-MINI SPI and I2C

Postby ESP_Sprite » Sun Mar 17, 2024 6:56 am

VE3SVF wrote:
Sat Mar 16, 2024 9:36 pm
Sorry for the late reply!

Does that mean that I can use *any* pin? I know there are many precautions around other ESP32 SoCs because sometimes the SPI flash is connected and some pins are used for strapping.
Yep, hence my (not otherwise used/assigned) remark. Check the datasheet for the flash pins and don't use them, also check them for bootstrap pins and see if the restrictions on those are an issue. (Also note a fair amount of bootstrap pins only have an effect after some eFuse is burned; without that they're unrestricted.)

VE3SVF
Posts: 3
Joined: Fri Mar 01, 2024 2:49 am

Re: ESP32-C3-MINI SPI and I2C

Postby VE3SVF » Sun Mar 17, 2024 12:48 pm

Sorry for my continued confusion.

By "flash pins," do you mean the USB+,USB- and RX/TX pins, used for flashing firmware?

Thank you for your understanding! :D

ESP_Sprite
Posts: 9052
Joined: Thu Nov 26, 2015 4:08 am

Re: ESP32-C3-MINI SPI and I2C

Postby ESP_Sprite » Mon Mar 18, 2024 2:52 am

I mean the pins the (internal) flash is connected, again, check the datasheet. Aside from that, if you want to be able to re-flash your ESP32-C3, it's obviously good to also keep from using the pins you need to do that, yes.

Who is online

Users browsing this forum: No registered users and 72 guests