Skip to content

[BUG] Bad CMake Executable #815

Discussion options

You must be logged in to vote

Ok several notes on your problem.

First you still had the PWM0 pin definition incomplete.

Next although you replaced the configuration files, you still need to select the correct environment for PlatformIO.
You need to click here and select the correct environment (you are using the Default that tries to compile for several different boards)

Now about the UNO board. The program size for that MCU is near the limits of what it can hold. By turning on backlash compensation you will need to sacrifice something else, or the code will simply not fit in the MCU flash.

Either you sacrifice the control pins (ESTOP, HOLD and RESUME) and probing (for example), or you need to sacrifice something els…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@gwiethaus
Comment options

Answer selected by Paciente8159
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core: config core: configuration files question question
2 participants
Converted from issue

This discussion was converted from issue #811 on January 22, 2025 10:13.