Search found 2 matches
- Sat Jan 23, 2021 8:51 pm
- Forum: ESP-IDF
- Topic: gpio_install_isr_service() returns ESP_ERR_NOT_FOUND
- Replies: 5
- Views: 9971
Re: gpio_install_isr_service() returns ESP_ERR_NOT_FOUND
Thanks William you for responding. I would rather not go backwards, will keep looking deeper into why this error occurred.
- Wed Jan 20, 2021 5:37 am
- Forum: ESP-IDF
- Topic: gpio_install_isr_service() returns ESP_ERR_NOT_FOUND
- Replies: 5
- Views: 9971
gpio_install_isr_service() returns ESP_ERR_NOT_FOUND
Hi, I have ESP32 with ov2645 and OLED display (No PSRAM). I am using esp-idf v4.1.0. The code compiles successfully but when run on the board I get an error when initializing the ov2645 camera. The error occurs when gpio_install_isr_service(ESP_INTR_FLAG_LEVEL1 | ESP_INTR_FLAG_IRAM) is called. The r...