Uart driver Install fail - ESP_ERR_NOT_FOUND Postbytaruroy»Mon Apr 29, 2024 8:28 pm Chip: ESP32S3 IDF: 4.4 When calling Code:Select all uart_driver_install(UART_NUM_1, rx_buf, tx_buf, q_size, &queue, 0); The
uart_driver_install(UART_NUM1, BUF_SIZE * 2, BUF_SIZE * 2, 20, &uart_queue, 0); 如果不行的话,是否有其他的实现方式? 谢谢 1 post • Page1of1 Return to “ESP-IDF 中文讨论版” Jump to Who is online Users browsing this forum:Baidu [Spider],Google [Bot]and 1 guest...
E (8126) uart: uart_driver_install(1649): Could not allocate an interrupt for UART I (8131) uart: ALREADY NULL ESP_ERROR_CHECK failed: esp_err_t 0x105 (ESP_ERR_NOT_FOUND) at 0x4200edfa set target to esp32s3 idf v5.2 adf 2.6. ThanksYou...