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

[BUG] MKS Robin Nano V2 timer conflict #20527

Closed
trashypopashy opened this issue Dec 20, 2020 · 2 comments
Closed

[BUG] MKS Robin Nano V2 timer conflict #20527

trashypopashy opened this issue Dec 20, 2020 · 2 comments

Comments

@trashypopashy
Copy link

trashypopashy commented Dec 20, 2020

Bug Description

When trying to compile the latest Marlin bugfix 2.0.x, I am running into the Issue:
"Marlin\src\HAL\STM32\timers.cpp:281:41: error: static assertion failed: One or more timer conflict detected
281 | static_assert(verify_no_duplicate_timers(), "One or more timer conflict detected")"

This happens, when using "default_envs = mks_robin_nano35_stm32" in platformio.ini(because i have a Robin Nano V2). When I try compiling with "default_envs = mks_robin_nano35", it shows no errors.

I have not tried to flash the compilable firmware with "default_envs = mks_robin_nano35", as I am afraid of bircking the board.

Configuration Files

config-files.zip

My configurations-files, I uploaded have many changes, but the behaviour was not occurnig when I compiled my firmware 5 months ago.

Steps to Reproduce

Use my config.files.

Expected behavior:

Should compile fine.

Actual behavior:

shows error: "Marlin\src\HAL\STM32\timers.cpp:281:41: error: static assertion failed: One or more timer conflict detected
281 | static_assert(verify_no_duplicate_timers(), "One or more timer conflict detected")"

@rhapsodyv
Copy link
Member

Duplicate of #20387

@github-actions
Copy link

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.

@github-actions github-actions bot locked and limited conversation to collaborators Feb 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants