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

The code does not allow to modify the pins used for limits (and control) #56

Open
mstrens opened this issue Oct 3, 2018 · 1 comment

Comments

@mstrens
Copy link

mstrens commented Oct 3, 2018

Pins used for detecting limits on X,YZ trigger interrupts. The interrupts are linked to a specific NVIC_IRQChannel (EXTI15_10_IRQn ).
So all 3 pins have to be in the range 10 to 15.

This should be at least documented in cpu_map.h.

A similar issue exists for pins used for controls (range must be 5 to 9).

I found this issue when I had to redefine the pins used for step/dir/enable because I had to use 5 volt compliant pins for the stepper drivers I am using .

@robomechs
Copy link

robomechs commented Oct 4, 2018

see #17

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