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