MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.3k stars 19.25k forks source link

Tmc2208 uart mode driver based on stm32f407xxx board #14293

Closed yangwenxiong closed 5 years ago

yangwenxiong commented 5 years ago

Description

On stm32f407xxx board, has anyone debugged the uart mode of tmc2208? How to add software uart driver?

teemuatlut commented 5 years ago

Mainly the only prerequisite is a working SoftwareSerial library that follows the same API as Arduino AVR.

yangwenxiong commented 5 years ago

@teemuatlut Do you have SoftwareSerial library ?

teemuatlut commented 5 years ago

No. The SoftwareSerial libraries are provided by each platform framework.

yangwenxiong commented 5 years ago

Debugging successfully

github-actions[bot] commented 4 years ago

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.