Search found 13 matches

by tankist
Thu Feb 10, 2022 7:08 am
Forum: ESP-IDF
Topic: ESP32-S3 GPIO interrupt latency is too high
Replies: 1
Views: 2716

ESP32-S3 GPIO interrupt latency is too high

I'm using the following code: volatile gpio_dev_t *gpio_hal = &GPIO; //zero-initialize the config structure. gpio_config_t io_conf = {}; //disable interrupt io_conf.intr_type = GPIO_INTR_DISABLE; //set as output mode io_conf.mode = GPIO_MODE_OUTPUT; //bit mask of the pin GPIO18 io_conf.pin_bit_mask ...
by tankist
Thu Feb 10, 2022 6:30 am
Forum: ESP-IDF
Topic: There is an error during ESP32-IDF installation process
Replies: 5
Views: 4388

Re: There is an error during ESP32-IDF installation process

It seems I explained the problem not as clear as I exprected. The installator is exactry OFFLINE. I'm sure the internet connection is fine because I easily can download this resources manually by typing address in web brouser.
by tankist
Tue Feb 08, 2022 7:38 am
Forum: ESP-IDF
Topic: There is an error during ESP32-IDF installation process
Replies: 5
Views: 4388

There is an error during ESP32-IDF installation process

I tried to install ESP32-IDF v4.4 + Espressif IDE 2.4.0 by the link https://dl.espressif.com/dl/esp-idf/?idf=4.4 but I always get the error in the end of the process: Downloading riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch2-win64.zip to <my_path> WARNING: Download failure <urlopen error [SSL: CERTIFIC...