STM32 Toolchain on OS X
This tutorial explains how to get your first led-blink program running on an STM32-Chip.Required Materials
I used the Olimex prototyping board because it's simple and cheap, but any other STM32 dev-board should work as wellInstalling the software
- Install libusb
sudo port install libusb
sudo port install libusb-compat
sudo port install libusb-compat
- Install GCC http://www.paintyourdragon.com/uc/osxstm32/index.html
- Install OpenOCD
./configure -includedir=/opt/local/include --prefix=/opt/local –-enable-usbprog
make
sudo make install
make
sudo make install