-
Notifications
You must be signed in to change notification settings - Fork 433
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
call to IDF function gpio_install_isr_service() fails with error code 0x105 #566
Comments
Hi, |
Nope, I've left the project aside until I either get support or have the extra time to play around with this. I'll post it here either way, if ever. |
Thanks for reply |
Did you ever get to the bottom of this? I've seen a couple of issues of interrupts failing mid-code - only a reboot works (calling an RPC function to create a new button_handler doesn't work even though it returns success. I'm wondering whether it might be linked to this issue if |
Hi gadget-man, no, I abandoned this and moved on. |
A call to gpio_install_isr_service() always fails with error code 0x105:
ESP_ERR_NOT_FOUND (0x105): Requested resource not found (No free interrupt found with the specified flags)
even on an empty project (attached)
Is this expected behavior ? (Does mOS use gpio_isr_register() ?)
Function header reads:
I'm on stable 2.18.0
Regards
isr-service.zip
The text was updated successfully, but these errors were encountered: