2018-06-27 10:22 AM
I save lots of time using the automatic installation feature of STM32CubeMX, as I simply provide the STM32CubeMX installer with this XML file:
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<AutomatedInstallation langpack='eng'><com.st.microxplorer.install.MXHTMLHelloPanel id='readme'/><com.st.microxplorer.install.MXLicensePanel id='licence.panel'/><com.st.microxplorer.install.MXTargetPanel id='target.panel'><installpath>/home/ubuntu/STM32CubeMX</installpath></com.st.microxplorer.install.MXTargetPanel><com.st.microxplorer.install.MXShortcutPanel id='shortcut.panel'/><com.st.microxplorer.install.MXInstallPanel id='install.panel'/><com.st.microxplorer.install.MXFinishPanel id='finish.panel'/></AutomatedInstallation>That works great, and I'm really fond of this feature on STM32CubeMX.
What is the corresponding auto-install.xml file for STM32CubeProgrammer (version 1.0.0.)?
(If I feed STM32CubeProgrammer the above file, I get : 'Starting automated installation, Automated installation FAILED! ')
Keep up the good work, ST ! :)