2023-05-10 11:30 AM
is it possible to send a command through CLI to return the software version of stm32cubeprogrammer that is being used? I didnt see it in the manual, but hoping this was do-able.
Solved! Go to Solution.
2023-05-11 01:04 AM - edited 2023-11-20 05:49 AM
Just use:
STM32_Programmer_CLI --version
Example path:
c:\ST\STM32CubeIDE_1.0.2\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.cubeprogrammer.win32_2.0.100.202110141430\tools\bin\
2023-05-10 05:23 PM
Yes it's possible. There's a manual? Execute in a shell and it'll dump its options.
2023-05-11 01:04 AM - edited 2023-11-20 05:49 AM
Just use:
STM32_Programmer_CLI --version
Example path:
c:\ST\STM32CubeIDE_1.0.2\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.cubeprogrammer.win32_2.0.100.202110141430\tools\bin\
2023-05-11 08:18 AM
@Kamil Duljas thanks I will try this!
2023-05-11 03:51 PM
If you give a man a fish, you feed him for a day. If you teach a man to fish, you feed him for a lifetime.
2023-05-15 08:20 AM
@alister sorry, when I skimmed through the manual i overlooked it! thanks!!!!
2023-05-15 08:55 AM
See also --help output
Too long / useful to inline here... will attach