2019-09-24 04:01 AM
2019-10-22 05:09 AM
use this command on terminal:
xattr -c SetupSTM32CubeProgrammer-x.x.x.app
(replace x.x.x with the correct version)
Now you can double click on the app and launch the installer.
To launch the installed app you need java 1.8 version and then on terminal use this command:
JAVA_HOME=$(/System/Library/Frameworks/JavaVM.framework/Versions/A/Commands/java_home -v "1.8") /Applications/STMicroelectronics/STM32Cube/STM32CubeProgrammer/STM32CubeProgrammer.app/Contents/MacOs/bin/STM32CubeProgrammer
These are the default paths for both java and STM32CubeProgrammer