How to program a MCU (STM32) with another MCU through a serial link

Hi

I compile my simple program either by Arduino or cube IDE for the STM32F103 series board
now I have a bin file and intend to put it inside my hardware through a serial link by another MCU
I can set the Boot1 to HIGH and reset the board by another MCU so it goes to programming mode
my question is what is the algorithm or steps to sync the MCU and make it ready to put the bin file in flash memory?

Check the ST Micro documentation on that. That is not a company that leaves you in the dark.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.