Skip to main content
Associate
October 3, 2024
Question

Flashing multiple STM32G474s with Segger J-Link

  • October 3, 2024
  • 1 reply
  • 1166 views

Hello,

I'm trying to build a flexible system where each system "channel" will have its own micro (probably an STM32G474 or similar).  Each micro will run the same code but I'd really like to link them together so they're all programmed from one header in (as far as a production technician is concerned) one operation from blank devices.

I believe JTAG can daisy-chain multiple devices - has anyone got experience of doing this with a Segger J-Link please?

Thanks a lot - Paul.

1 reply

Andrew Neil
Super User
October 3, 2024

@PC999 wrote:

I believe JTAG can daisy-chain multiple devices - has anyone got experience of doing this with a Segger J-Link please?


Probably the best place to find such people would be the Segger J-Link forum:

https://forum.segger.com/index.php/Board/3-J-Link-Flasher-related/

eg

https://forum.segger.com/index.php/Thread/6598-SOLVED-Flashing-multiple-MCU-with-one-segger-prob/?postID=24155&highlight=gang#post24155

https://forum.segger.com/index.php/Thread/2095-Configure-J-Flasher-from-API-DLL/?postID=6814&highlight=gang#post6814

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
PC999Author
Associate
October 3, 2024

Thanks a lot - I'll check those links.  Appreciated!