cancel
Showing results for 
Search instead for 
Did you mean: 

how to program four mcu simultaneously ?

Lkhod.1
Associate II

i use stm32f410rb microcontroller. one board contain four stm32f410rb micro controller,

my requirement is load firmware all four microcontroller using single connection(uart bootload or jtag or swd or any other programming method ,) so please suggest appropriate method so i can program all micro controller simultaneously or single connection.

please help me

2 REPLIES 2
TDK
Guru

You can use JTAG to program multiple devices from a single connection.

If you feel a post has answered your question, please click "Accept as Solution".

If you can write software the UART protocol is documented, a windows side app could use multiple COM ports concurrently to send the same of different firmwares.

One could also create a fixture where another MCU w/storage could act as a stand-alone programmer.

I think Segger used to have code/libraries to work with daisy chained JTAG devices. Other companies with specialties in JTAG could likely create a custom solution.

If the firmware is the same,or storable, the MCU's could perhaps program each other.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..