cruwaller / GRBLHAL_STM32H7xx

grblHAL driver for ST STM32H7xx (BTT SKR3, Nucleo-144, WeAct MiniSTM32H7xx)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grblHAL driver for STM32H7xx processors

This is a port of grblHAL for the STM32H7xx series of processors, originally based on the F7 driver from the official repository.

NOTE: This is an initial version, currently only lightly tested with BTT SKR 3 (EZ), Nucleo-H743ZI2, and WeAct MiniSTM32H743 boards.

Builds should be supported from both STMCubeIDE and PlatformIO. Board specific settings have been included in the IDE configurations where possible - to avoid the need for code changes when building for different boards. (Please see the upstream Wiki-page compiling grblHAL for further instructions for how to import the project, configure the driver and compile).

PlatformIO firmware builds are run automatically as a GitHub Action on each push to the master branch. For convenience, the resulting firmwares are archived in the artifacts for each run, and can be found under the Actions tab on the GitHub repo (these files remain available for 90 days).

The current build configurations include;

  • WeAct MiniSTM32H743 with SDCard and USB serial support.
  • BTT SKR 3 (including EZ) with SDCard, USB serial, and TMC 2209/5160 driver support. (Note that settings are currently stored in FLASH, as the onboard EEPROM will need a software I2C implementation).
  • Nucleo H743ZI with Ethernet support. (WebUI support has also been added to the Nucleo build, however this requires an SDCard breakout).

Note that the PlatformIO builds are currently using a custom download url for the latest (v1.10) framework-stm32cubeh7 files. This will be removed once these updates are available in the upstream PlatformIO package registry.

Available driver options can be found here.


2022-08-12

About

grblHAL driver for ST STM32H7xx (BTT SKR3, Nucleo-144, WeAct MiniSTM32H7xx)

License:Other


Languages

Language:C 99.5%Language:Assembly 0.5%Language:Smarty 0.0%