Skip to content

grblHAL/STM32F3xx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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