Shylock Hg

My own blog powered by Hugo and Ivy.

Build Stm32 Development Evironment

2018-04-15


Tools

cubemx

  1. prerequisites java runtime environment
  2. Download
  3. unzip xxx.zip
  4. java -jar xxx.linux
  5. run by java -jar STM32Cubemx

arm-none-eabi-gcc

  1. Download
  2. tar -xf xxxxx.tar.gz
  3. modify BINPATH in Makefile generated by STM32Cubemx

stm32flash

  1. Download
  2. make install

note:the Makefile generated by STM32Cubemx contains some error,such as mistake source directory and repeat source files.

IDE:truestudio,sw4stm32,eclipse with plugin

other framework:mbed