Availability for Linux
Hi folks,
Just to add a note about STM32CubeMX (which I prefer to call MX because I hate typing long names 😉 ). It can run standalone on Linux as well as can the installer. To do this just type
Copy to clipboard
java -jar /path/to/SetupSTM32CubeMX-4.7.1.exe
to install the latest version unzipped from stm32cubemx.zip. (Must be run as root) Once installed MX can be run using the command
Copy to clipboard
java -jar /usr/local/STMicroelectronics/STM32Cube/STM32CubeMX/STM32CubeMX.exe
And if that's too long to type either define an appropriate alias or do something like:
Copy to clipboard
hbarta@yggdrasil ~ $ cat bin/MX java -jar /usr/local/STMicroelectronics/STM32Cube/STM32CubeMX/STM32CubeMX.exe hbarta@yggdrasil ~ $
It's pretty obvoious to me that the folks who wrote MX took the time to put Linux support into it even though it is not well advertised. (Thanks!)
BTW, this is on Linux Mint 17.1 Rebecca