-
-
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] "One or more timer conflict detected" when trying to compile using mks_robin_nano35_stm32 #20387
Comments
Solution from #19905
worked for my MKS Robin Nano V1.2 |
@sjasonsmith we can merge it? or it's just a temporary hack? |
I would like to try to find a more flexible way to solve it. As more boards move to the STM32 HAL this will continue to be a problem, and it would be nice to not have to manually define the timer for each board. Not every board should use the same timers for this, due to other conflicts. |
I've updated the provided configs to reproduce the problem using the current state of bugfix-2.0.x. |
updated conf on current bugfix is acting as before - can be compiled with mks_robin_nano but not with mks_robin_nano_stm32 |
Sorry, I wasn't suggesting that I've fixed it, I just updated them to provide failing configs that work with the current bugfix. I think I have a more flexible solution semi-ready, but I haven't yet tried it with any hardware. I'm about to post it as a Draft pull request to see if it passes our build tests, and to solicit feedback. |
i was not sure what you wanted to communicate but i wanted to show that i'm ready to help at least with testing ;) |
@th0m4sek I appreciate the willingness to help. I just posted that draft. I'll tag you again when it is ready for you to try out. I'd like to test it with some of my own hardware first. |
This conflict should now be resolved, along with several other boards with similar issues. |
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. |
Bug Description
same configuration working fine when compiling with mks_robin_nano35
using tmc2209 with uarts connected to one pin.
Configuration Files
Marlinconf.zip
Steps to Reproduce
compile attached files
Expected behavior:
posibility to compile with mks_robin_nano35
Actual behavior:
The text was updated successfully, but these errors were encountered: