cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to read and flash a complete image STM32 image for serial production purpose?

Saredo
Associate III

I ask the question as I have actually flash to binary on my stm32 via Keil, I have a loader and an application. Is there some tool to flash both in one instance?

1 REPLY 1
Pavel A.
Evangelist III

You can make your own tool to combine binary images in C++ or Python.

In Python this is pretty easy.

--pa