Onboard 5160 Driver Not Working
Unable to write tmc spi 'extruder' register IHOLD_IRUN
Specific Reason
- If using 5160 and the error below appears, it's due to an issue with the host Arm toolchain version
arm-none-eabi-gcc.
Solution
There are three solutions:
- Change the compilation toolchain
arm-none-eabi-gccfromgcc10togcc8. - Change the host operating system.
Loading...