Skip to content

grblHAL/STM32F3xx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8a4bf1e · Mar 7, 2025
Dec 19, 2024
Mar 21, 2021
Feb 28, 2025
Feb 23, 2021
Feb 28, 2025
Feb 23, 2021
Nov 13, 2024
Dec 19, 2024
Feb 28, 2025
Mar 7, 2025
Feb 28, 2025
Dec 19, 2024
Feb 23, 2021
Jun 27, 2021
Feb 23, 2021
Feb 23, 2021
Feb 23, 2021
Jun 12, 2022
Feb 23, 2021
Dec 19, 2024
Apr 14, 2021
Feb 17, 2023

Repository files navigation

grblHAL driver for STM32F3xx processors

See the Wiki-page for compiling grblHAL for instructions for how to import the project, configure the driver and compile.

NOTE: This is an initial version, currently only bench tested with an oscillocope using a F303 Blackpill board.

The F303 Blackpill board is electrically and pin number compatible with F103 based *pills.
It is not pin function compatible and thus cannot always be used as a drop-in replacement for F103 based *pills.
Notably routing I2C2 SDA/SCL signals to PB10/PB11 is not possible. The F303 based Blackpill cannot be used as a replacement for breakout boards needing these pins for I2C communication.

The F303 should be preferred over F103 for grblHAL use as it has a FPU and plenty of RAM (48K vs 20K) and flash (256K vs 128K).
It is also a safer alternative for grblHAL as the F103 is at the edge of beeing usable, e.g. adding plugins is not always possible due to memory limitations.

Available driver options can be found here.


2021-04-14

Releases

No releases published

Packages

No packages published