2021-04-22 06:45 AM
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?
2021-04-22 11:19 PM
You can make your own tool to combine binary images in C++ or Python.
In Python this is pretty easy.
--pa