2022-09-09 08:37 AM
Hello
I need to build an automatic programming and testing tool for industry.
Do someone can help me finding a programming tool to flash simultaneously, up to 10 STM32 MCU ?
The binary file is the same for all of them.
I need to integrate the software programming tool through a supplied API for C/C++ (like for STM32CubeProgrammer, I saw it seems exist).
So I'm looging both for hardware and software solution.
THank you in advance for your ideas.
Regards.
Solved! Go to Solution.
2022-09-20 01:07 AM
Hello @PATRICK COMBETTE ,
Thanks for your feedback,
For more information about the C++ API, please check the help file (STM32CubeProgrammer_API.chm) provided within the STM32CubeProgrammer package under C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\api\doc.
I hope this helps !
If your issue is solved, please close this post by clicking the "Select as Best" button. This will help other members of the community find the response more quickly :)
Sara.
2022-09-09 08:45 AM
For commercial solutions perhaps looks to Segger
I'd probably just make a stand-alone gang programmer with other STM32 and test fixtures.
2022-09-09 09:28 AM
STM32CubeProgrammer have CLI and progs have USB ID, you can write cmd script to use multiple STLINKs and prog .
2022-09-13 06:07 AM
Ok thank's for your reply,
I found some product also from ELPTRONIC tools :
https://www.elprotronic.com/pages/st
Do someone know them and already experimented their solution ?
I asked questions on website.... wainting for reply.
Would you have more information about C++ API for STM32CubeProgrammer or do you know where to find ?
THank's a lot.
Patrick
2022-09-20 01:07 AM
Hello @PATRICK COMBETTE ,
Thanks for your feedback,
For more information about the C++ API, please check the help file (STM32CubeProgrammer_API.chm) provided within the STM32CubeProgrammer package under C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\api\doc.
I hope this helps !
If your issue is solved, please close this post by clicking the "Select as Best" button. This will help other members of the community find the response more quickly :)
Sara.
2022-09-20 03:39 AM
I am tasked with a similar thing overhere, i have two different setups:
One raspberry with an stlink + openOCD, a bunch of digital bidirectional multiplexers built in a custom PCB programming fixure,
Then i do a python/bash script for the raspberry to actuate the multiplexers and at the same time flash with openOCD. (this is lighting fast)
One custom stm32 running a custom canbus bootloader host, all devices are connected to the same canbus lines and get programmed one after the other (it takes some time).
2022-09-20 08:35 AM
THank you everyone, I found all the information I needed.
I will start the project within LabWindows CVI an test multi programming.
Have a nice day.
2022-09-20 09:43 AM
Softlog Systems makes gang programmers and they make standalone programmers that will program STM32 processors.
I have used their STM32 programmers and they work well.
I have not used their gang programmers, so I cannot comment as to their use with STM32s, but I fully expect that the answer will be yes.
2022-09-22 11:18 PM
Hello,
Thank's for reply and this new suggest.
I'd have a look and then choose depending on avalability and price.
Have a nice day.