Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E (4963) intr_alloc: No free interrupt inputs for USB interrupt (flags 0x802) #19

Open
2054686334 opened this issue May 10, 2024 · 1 comment

Comments

@2054686334
Copy link

2054686334 commented May 10, 2024

I (3933) esp_netif_handlers: sta ip: 192.168.123.106, mask: 255.255.255.0, gw: 192.168.123.1
I (3933) example: got ip:192.168.123.106
I (3933) example: connected to ap SSID:PDCN password:3.1415926535
I (3943) example: mdns hostname set to: [esp-cam]
I (3943) example: cparam0=[192.168.123.106]
I (3953) HTTP: Start task_parameter=192.168.123.106
I (3953) HTTP: Starting HTTP server on http://192.168.123.106:8080
E (4963) intr_alloc: No free interrupt inputs for USB interrupt (flags 0x802)
ESP_ERROR_CHECK failed: esp_err_t 0x105 (ESP_ERR_NOT_FOUND) at 0x4200391a
file: "src/main.c" line 366
func: app_main
expression: initialize_usb_host_lib()
abort() was called at PC 0x4037e383 on core 0

i don't know how this happen,sometime it work fine with using wifi share by my laptop,and i turn it off,take it to my room and connect to my router,then it will broke,that's weird

@nopnop2002
Copy link
Owner

nopnop2002 commented May 11, 2024

sometime it work fine with using wifi share by my laptop,and i turn it off,take it to my room and connect to my router,then it will broke,that's weird

Will this work in the same environment?

https://github.com/espressif/esp-idf/tree/master/examples/wifi/getting_started/station

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants