-
Notifications
You must be signed in to change notification settings - Fork 11
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
problem with Atmega162 #30
Comments
Can you provide a bare minimum sketch so I can try to reproduce the issue? |
#define Led 3 // pin4 void setup() { pinMode(Motor_Sw, INPUT_PULLUP); } void loop() { } void ISR_MOTOR_SW(){ |
Thanks! I'm not at my computer at the moment, but I'll look into it later. Thanks for reporting! |
BTW it's really weird that it works with 2.1.2, but not 2.1.3. If you look at what changes were made in 2.1.3 compared to 2.1.2, none of them are related to the interrupt functionality... |
I think it is very interesting, There is no problem with 2.1.2. Everything is ok. |
Hi, have you had a chance to look at the problem? |
Hi, @MCUdude |
Hi,
Thank you for such a library.
I am using Arduino ide v2.3.2.
I detected a problem on Atmega162 in Major core 2.1.3 and above.
And also Including 3.0.1, this problem exists.
When I use Atmega162 with Pin31 (PE0 INT2) interrupt, the program is reset and restarts from the beginning.
This problem does not exist in Major Core 2.1.2.
Best Regards.
The text was updated successfully, but these errors were encountered: