cancel
Showing results for 
Search instead for 
Did you mean: 

STM32_Programmer_CLI license issue

mkim.2
Associate II

We want to allow customers to download firmware directly.

Are you trying to pass the STM32CubeProgrammer\bin file, no licensing issues?

I'm trying to make a batch file so that I can download it right away.

I've tested it. If you pass only this file and the database file together, there seems to be no problem with downloading.

We ask if there will be any licensing issues if we pass this file on.

1 ACCEPTED SOLUTION

Accepted Solutions
Sara BEN HADJ YAHYA
ST Employee

Hello @mkim.2​ ,

Thanks for your feedback,

Yes, STM32CubeProgrammer can be redistributed and the license which must be used in this case is SLA0048.

I hope this helps,

Sara.

View solution in original post

7 REPLIES 7
Sara BEN HADJ YAHYA
ST Employee

Hello @mkim.2​ ,

Thanks for your feedback,

Yes, STM32CubeProgrammer can be redistributed and the license which must be used in this case is SLA0048.

I hope this helps,

Sara.

justin11
Associate III

Hi,

We're also looking to do the same are. would you mind sharing how you plan to do this? are you jsut placing the cli.exe and licence and hex file in a folder to issue ?

thank you

Helped me a lot.

STM32_CLI

->Data_Base

->STM32_Programmer_CLI

  -> libgcc_s_seh-1.dll

  -> libstdc++-6.dll

  -> libwinpthread-1.dll

  -> Qt5Core.dll

  -> Qt5Script.dll

  -> Qt5SerialPort.dll

  -> Qt5Xml.dll

  -> STM32_Programmer_CLI.exe

mkim.2
Associate II

We created a batch file and proceeded.

The CLI file worked well only when the above files were present.

"(CLI.exe Program Location)\STM32_Programmer_CLI.exe" -c port=COM5 br=115200 P=EVEN db=8 sb=1 -w "(hex file location).hex" 

Fantastic, thanks for this

Thanks, what would be great, is if ST released the cubeprogrammer as uncompiled visual studio files so we could simply build our own GUI loaders

cheers