Search found 9 matches

by Someguy22
Wed Jan 29, 2025 1:39 am
Forum: General Discussion
Topic: Will an ESP32-S3_WROOM-1 do 3 wire half duplex SPI ?
Replies: 1
Views: 783

Re: Will an ESP32-S3_WROOM-1 do 3 wire half duplex SPI ?

Update: ESP32-S3-WROOM-1 and -2 have exactly the same SPI wording in their respective datasheets. No mention is made of V2 having extra capabilities over V1. https://www.espressif.com/sites/default/files/documentation/esp32-s3-wroom-2_datasheet_en.pdf https://www.espressif.com/sites/default/files/do...
by Someguy22
Tue Jan 28, 2025 5:48 pm
Forum: General Discussion
Topic: Will an ESP32-S3_WROOM-1 do 3 wire half duplex SPI ?
Replies: 1
Views: 783

Will an ESP32-S3_WROOM-1 do 3 wire half duplex SPI ?

This table (https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/protocols/esp_spi_slave_protocol.html) says that an ESP32-S3 v2 will do the SPI Slave Half Duplex protocol. Does that mean that v1 will not ? How does one tell if a processor is v1 or v2 ? When did the changeover f...
by Someguy22
Thu Jan 09, 2025 12:44 am
Forum: IDEs for ESP-IDF
Topic: SOLVED: Can't flash hello.c on ESP32-C3 (WROOM) with ESP-IDF extension in VSCode
Replies: 5
Views: 3030

Re: Can't flash hello.c on ESP32-C3 (WROOM) with ESP-IDF extension in VSCode

It turns out that the problem is the ESP32 WROOM board I am using don't support JTAG debugging via the USB interface. It only supports the uploading of code. The key piece of information in this regard is that the USB interface on my board is Silicon Labs CP210x UART Bridge . The usual USB device th...
by Someguy22
Wed Jan 08, 2025 10:29 pm
Forum: General Discussion
Topic: Issue going to debug mode - ESP-Wroom-32
Replies: 5
Views: 1922

Re: Issue going to debug mode - ESP-Wroom-32

You need to connect a debug probe to the jtag pins, see https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/jtag-debugging/configure-ft2232h-jtag.html So there is no way to debug an ESP32-WROOM* without using a separate JTAG device ? The on board USB interface allows for flashing...
by Someguy22
Wed Jan 08, 2025 10:19 pm
Forum: General Discussion
Topic: Setup set-target esp32 error
Replies: 2
Views: 1191

Re: Setup set-target esp32 error

What do you mean by the "in the "blink-led" location instead of main" ? Are you not running this command in a terminal window in VSCode ?
by Someguy22
Wed Jan 08, 2025 5:57 pm
Forum: IDEs for ESP-IDF
Topic: SOLVED: Can't flash hello.c on ESP32-C3 (WROOM) with ESP-IDF extension in VSCode
Replies: 5
Views: 3030

Re: Can't flash hello.c on ESP32-C3 (WROOM) with ESP-IDF extension in VSCode

The eFuses have never been touched on this processor and I've been able to flash it with other IDE/toolchains.

What isn't working ?
by Someguy22
Wed Jan 08, 2025 5:26 am
Forum: IDEs for ESP-IDF
Topic: SOLVED: Can't flash hello.c on ESP32-C3 (WROOM) with ESP-IDF extension in VSCode
Replies: 5
Views: 3030

SOLVED: Can't flash hello.c on ESP32-C3 (WROOM) with ESP-IDF extension in VSCode

In the ESP-IDF extension in VSCode: 1) New Project -> select ESP-IDF-V5.5. Project name: hellotest Choose ESP-IDF Board: ESP32-C3 via builtin USB-JTAG. /dev/ttyUSB0 Chose Template 2) Choose Template: hello_world -> Create Project. Open in new window. Generate project_description.json. 3) Build Proje...