Search found 4 matches

by radurotaru19
Tue Mar 26, 2024 9:25 pm
Forum: ESP-IDF
Topic: ESP32-S3 disabling JTAG
Replies: 6
Views: 18189

Re: ESP32-S3 disabling JTAG

Hi guys, I am facing a similar issue with using these pins. I have a custom hardware board and I am using GPIO 39 to 42 for SPI GPIO39 SCK GPIO40 MISO GPIO41 MOSI GPIO42 CS After boot, the SPI connected device works for 2 seconds then it just drops. I created an issue here https://www.esp32.com/view...
by radurotaru19
Fri Mar 15, 2024 1:16 pm
Forum: ESP-IDF
Topic: ESP32-S3-WROOM-1 Custom SPI Pins
Replies: 0
Views: 479

ESP32-S3-WROOM-1 Custom SPI Pins

Hi everyone, I have been experiencing a problem with an SPI bus and I can't figure it out. I am using a custom developed board with the ESP32-S3-WROOM-1 module on it. I have connected to the board an external ADC MCP3204 from Microchip which communicates over SPI with the ESP, pinout: GPIO39 SCK FSP...
by radurotaru19
Wed Mar 06, 2024 11:26 pm
Forum: Hardware
Topic: ESP32-S3-WROOM-1 Custom SPI Pins
Replies: 0
Views: 1461

ESP32-S3-WROOM-1 Custom SPI Pins

Hi everyone, I have been experiencing a problem with an SPI bus and I can't figure it out. I am using a custom developed board with the ESP32-S3-WROOM-1 module on it. I have connected to the board an external ADC MCP3204 from Microchip which communicates over SPI with the ESP, pinout: GPIO39 SCK FSP...
by radurotaru19
Wed Dec 07, 2022 2:17 pm
Forum: ESP32 Arduino
Topic: ESP32-S3 SD Card Issue
Replies: 1
Views: 3730

ESP32-S3 SD Card Issue

Hi, I am trying to use an SD Card with the ESP32-S3-WROOM-1-N16 on a custom PCB - ATTACHED Schematics below. I have tried both the SD.h library and the SdFat.h. PIN CONFIGURATION: VSPI_MISO 40 VSPI_MOSI 41 VSPI_SCLK 39 VSPI_SS 38 f_mount failed: (3) The physical drive cannot work #include <Arduino.h...