Skip to main content
BTrem.1
Senior
August 18, 2020
Question

Can STM32F303 be programmed in multi-drop?

  • August 18, 2020
  • 3 replies
  • 667 views

We have a system that uses hundreds of modules. Each module has 4 STM32F303 MCU's. Within a single module we would like to have one programming interface. Is there a means to program 4 MCUs with one programming interface?

This topic has been closed for replies.

3 replies

Uwe Bonnes
Chief
August 18, 2020

You can daisy-chain the JTAG interface

BTrem.1
BTrem.1Author
Senior
August 21, 2020

Is the jtag interface the only one that can be used for debugging & programming 2 or more MCU's on a board? Are there any App Notes that discuss this?

Tesla DeLorean
Guru
August 21, 2020

If you have your own boot loader you can implement alternate approaches to programming.

Parts could share a common UART RX, and then diode-and UART TX provided you only have one talk at a time. Each device could be addressable if it could identify it's position on the card/module

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