Does all input require interrupts? #80
muhammadelmogy
started this conversation in
General
Replies: 2 comments
-
No. Limits and control inputs requires interrupt support, except Z -limit that can be configured for polling. The probe input does not require interrupt support, but it may become an option later (if the pin supports it).
Yes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, appreciate your reply |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to fit some inputs in stm32f411 and It is a little bit tight over there because not all pins can have the interrupt for the same pin number in different port!!
So may be this is obvious but I just want to make sure, does all input require interrupts?
If no, can I have none-required interrupt input on the same pin/port number as the other input with interrupt?
I have the feeling the answer will be yes!
Beta Was this translation helpful? Give feedback.
All reactions