-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Hardware ISR not working with git master branch (2018-06-27) #4866
Comments
Got Exception Decoder working so here's the result of the stacktrace:
Stacktrace:
|
6 tasks
6 tasks
Something wrong in this commit - 641c5cd In my local git clone if i revert this commit then everything is working fine again.. |
@arihantdaga can you retry master with this patch and report ?
|
I can confirm that the suggested solution works for me as well! |
d-a-v
added a commit
to d-a-v/Arduino
that referenced
this issue
Jul 2, 2018
(fix proposed by @shimarin, verified by @marcvtew esp8266#4866)
Closed
@d-a-v Working good with this patch... (y) |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basic Infos
Platform
Settings in IDE
Problem Description
Using arduino esp8266 core 4.2.1 hardware ISR's work fine. However this core has got a memory leakage problem which seems to be solved in latest git/current master branch. So i used latest git/current master branch. However with latest git hardware ISR's do not seem to work anymore. Esp8266 keeps resetting when interruptpin is connected to a pulsecounter. Disconnecting the pulsecounter from the interruptpin stops esp8266 from resetting.
Going back to arduino esp8266 core 4.2.1 (no hardware changes) and flashing same sketch results in hardware ISR working again (no resets with the pulsecounter connected to the interruptpin).
###Esp8266 log
###Code
The text was updated successfully, but these errors were encountered: