STM32 Nucleo
Some quick notes on my first steps with the STM32 evaluation boards…
STM32F303 / Nucleo-32
Arduino - STM32Duino
Limited support for F3 series
MBed
-
https://os.mbed.com/compiler - compile == download of
.bin
file -
$ st-flash write file.bin 0x8000000
OR
- drop downloaded
.bin
file in the USB storage device
CLI
$ brew update
$ brew tap PX4/homebrew-px4
$ brew install gcc-arm-none-eabi
$ brew install stlink