Search found 6 matches

by leonardo.costa
Mon Sep 30, 2024 3:31 pm
Forum: IDEs for ESP-IDF
Topic: Eclipse generate error message "Build not configured correctly"
Replies: 2
Views: 5853

Re: Eclipse generate error message "Build not configured correctly"

Hello, This is due to the project is not imported as esp-idf import. Please follow the instructions from here https://github.com/espressif/idf-eclipse-plugin#ImportProject Hello, no this does not work! i've just followed the instructions, but i had to manually change the path of the changed IDF in ...
by leonardo.costa
Mon Sep 30, 2024 10:27 am
Forum: IDEs for ESP-IDF
Topic: Espressif-IDE no longer finds serial ports for flashing
Replies: 2
Views: 3298

Re: Espressif-IDE no longer finds serial ports for flashing

RogerDavisWork wrote:
Wed Aug 28, 2024 12:36 pm
It has been 8 days since I posted this. Are there no suggestions from the creators of this IDE?
Hello,
Eclipse combox box have had always problem with Espressif IDE, never fixed. The creators of this IDE are probably hiding in shame.

Leo
by leonardo.costa
Mon Sep 30, 2024 10:05 am
Forum: IDEs for ESP-IDF
Topic: Espressif 3 - JTAG not working
Replies: 0
Views: 1244

Espressif 3 - JTAG not working

Hello, i just switched from Espressif IDE 2.8 to 3.0 and i have some critical problems: - USB/Jtag interface does not work, i cannot debug with ESP32-S3 anymore. I think it's a problem of OpenOCD (it returns ridiculous errors, such as "Algorithm is already running", as you can see in the attached lo...
by leonardo.costa
Fri Jun 07, 2024 9:36 am
Forum: General Discussion
Topic: Cannot install USB host driver after installing i2c Driver in ESP32-S3
Replies: 1
Views: 1407

Re: Cannot install USB host driver after installing i2c Driver in ESP32-S3

Hello,
i had the same problem and i resolved it using ESP_INTER_FLAG_LEVEL2 as shown below:
const usb_host_config_t host_config = {
.intr_flags = ESP_INTR_FLAG_LEVEL2,
};

Leo
by leonardo.costa
Thu Nov 02, 2023 7:03 pm
Forum: ESP-IDF
Topic: DSP FFT
Replies: 1
Views: 936

DSP FFT

Hello, i'm trying to use the DSP Library for FFT computation. I've read the online Espressif documentation but it lacks a lot of information. I also followed the example code but i cannot find any explanation about the following functions: - dsps_bit_rev_fc32() - dsps_cplx2reC_fc32() what do they do...
by leonardo.costa
Wed Feb 09, 2022 10:49 am
Forum: Hardware
Topic: ESP32-S3 USB ID pin
Replies: 5
Views: 6880

ESP32-S3 USB ID pin

Hello,
i couldn't find on any ESP32-S3 documents the position of the USB OTG ID pin on the pinout, is it managed by the USB OTG controller or can i use any pins managing the USB_CONIDSTS bit in the USB_GOTGCTL_REG by firmware?
Any help is appreciated.

Leo