makerbase-mks / MKS-SKIPR

MKS SKIPR is an all-in-one board launched by Makerbase for running Klipper. It integrates the RK3328 SOC running the Klipper host and the STM32F407VET6 MCU responsible for executing specific machine actions. It meets the use of most 3D printers.
GNU General Public License v3.0
91 stars 15 forks source link

TMC2209 v3.1 UART Error #41

Open pt1c opened 1 year ago

pt1c commented 1 year ago

Hello, I'm trying to connect tmc2209 v3.1 to UART, jumper in right place, like in manual

image

But when i configurate tmc2209 section

image

I get an error

image

and log is:

[tmc2209 stepper_x]
uart_pin = PE6
run_current = 0.8
hold_current = 0.5
interpolate = True
stealthchop_threshold = 400
=======================
Unhandled exception during connect
Traceback (most recent call last):
  File "/home/mks/klipper/klippy/klippy.py", line 175, in _connect
    self._read_config()
  File "/home/mks/klipper/klippy/klippy.py", line 141, in _read_config
    self.load_object(config, section_config.get_name(), None)
  File "/home/mks/klipper/klippy/klippy.py", line 121, in load_object
    mod = importlib.import_module('extras.' + module_name)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "/home/mks/klipper/klippy/extras/tmc2209.py", line 6, in <module>
    from . import tmc2208, tmc2130, tmc, tmc_uart
EOFError: EOF read where object expected
webhooks client 281473650880808: New connection
webhooks client 281473650880808: Client info {'program': 'Moonraker', 'version': 'v0.8.0-30-g110cbd1'}

Is problem with wiring? Or drivers?

Lucashh3 commented 1 year ago

Did you solve this problem?

pt1c commented 1 year ago

Did you solve this problem?

No