Skip to content

Instantly share code, notes, and snippets.

@RomanSaveljev
Created September 16, 2015 18:39
Show Gist options
  • Save RomanSaveljev/b2f09a6a950104e8ecd8 to your computer and use it in GitHub Desktop.
Save RomanSaveljev/b2f09a6a950104e8ecd8 to your computer and use it in GitHub Desktop.
How to install STM32CubeMX in Linux

The Eclipse plug-in did not really work for me and the IDE kept crashing. Instead I have resorted to installing stanadalone executable:

  • Download the code generator
  • Unzip it somewhere
  • java -jar SetupSTM32CubeMX-4.10.0.exe -console
  • Answer every clumsy query
  • If installed under default path, launch it as: java -jar /usr/local/STMicroelectronics/STM32Cube/STM32CubeMX/STM32CubeMX.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment