Search found 3 matches

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: 1219

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: 757

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: 6138

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