Production Programming

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable
So far in order to develop our prototype boards, we have used a PC running Eclipse and ST-Link USB programmer. For the production we need a faster way. For instance, multiple programmer running in parallel, software tools for easily modifying DCT, etc.

ST Microelectronics suggests third party programming tools for its STM32 platform:

www.icbase.com/Promotion/download/stm32_programming_solutions.pdf

Currently is there a support for such tools for the production programming?

In the future, is Broadcom planning to support such tools or provide its own solution?

Best Regards,
0 Likes
1 Solution
Anonymous
Not applicable
For mass production we do not recommend using the Makefile buildsystem found in the SDK but rather copy the binary files from the /build directory and use those in another production programming solution.

We provide both the .elf and .bin files for the main application, the bootloader (if used) and the DCT (if used) to allow for various programming configuration.

View solution in original post

0 Likes
1 Reply
Anonymous
Not applicable
For mass production we do not recommend using the Makefile buildsystem found in the SDK but rather copy the binary files from the /build directory and use those in another production programming solution.

We provide both the .elf and .bin files for the main application, the bootloader (if used) and the DCT (if used) to allow for various programming configuration.
0 Likes