Skip to content

5l1v3r1/STM32-Marlin-Port

 
 

Repository files navigation

a port of Marlin 3D-printer firmware to STM32

(stm32f4xx and stm32f1xx for now)

supported:

  • stm32f407
  • stm32f103 (maple mini)

toolchain/IDE:

first you should install SW4STM32 (System Workbench For STM32) free software. the IDE/toolchain to open and compile this project.

how to setup your own mk pins:

  • (stm32f103. maple mini)
    • edit Src/stm32f1xx/pin_map.c,
    • change the ports/pins in the pinMap table:

Maple Mini pins

how to upload firmware to your STM32:

  • you may upload compiled firmware (.bin file) using SW4STM32.
  • you may use console uploaders from the tools\ folder

note:

  • to install STM32 windows driver run `tools/drivers/win/install_drivers.bat (thanks to Roger Clark.)
  • to upload by serial (ex. maple-mini. stm32f103) do from the root of this repo
tools/linux/serial_upload stm32f103/MarlinPort.bin /dev/ttyUSB0
  • resulting usb-com port in linuxes may be (ubuntu) /dev/ttyACM

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.1%
  • C++ 2.6%
  • HTML 1.5%
  • Java 0.4%
  • Roff 0.1%
  • Objective-C 0.1%
  • Other 0.2%