3-phase driver for bldc motor, based on stm32 and l6234.
(SWAP ANY TWO PHASES IF IT'S NOT ROTATING)
https://oshwlab.com/pro100bel/l6234pd-driver_copy
$ sudo apt-get install automake autoconf pkg-config libusb-1.0 git
$ git clone https://github.com/texane/stlink.git stlink
$ cd stlink
$ ./autogen.sh
$ ./configure
$ make