-
-
Notifications
You must be signed in to change notification settings - Fork 19.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
[BUG] Pins for SKR Pro defined twice, causing timer overlap #17918
Comments
Should this patch apply to both the SKR Pro 1.1 and the GTR? Is #17937 the universal solution? |
I know that will fix the SKR Pro for sure, im not sure if it will cause a regression for the GTR since they use the same variant shared files. The person who added GTR support enabled these Pins (in error possiblely?) or on purpose for the GTR, if the latter is the case then the solution would b to split the boards in the variants? Or fixing one will break the other if thats the case. |
@GhostlyCrowd, did you verify whether the changes thinkyhead fixed the original problem with the timers? |
Yes seems to be all good for me, no one else has complained. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This` is in reference to this PR #16595 (comment) that was merged, rather then separating the variants support was added for the BTT GTR using the BTT SKR Pro's variant files, this seems to define some pins that shouldn't be defined on the SKR pro as per the warning in the periferalpins.c and also defines the SKR Pro's server and Z-min timers twice.
PA_1 and PA_2 the servo and zmin pin should be TIM5 to prevent timer conflicts but yet get redefined right under their definition to TIM2 which was caused by the merging of the PR to add GTR support.
I Commented out the pins that were double definedand shouldn't be defined (as below) on the SKR pro and i have not had a BLtouch probe deployment failure since. Unless I'm not understanding this correctly and my BLtouch has just taken vacation from trying to drive my tool head to the center of the earth...
The text was updated successfully, but these errors were encountered: