program individual devices in a JTAG chain & prevent auto-execution after programming
I would like to ask how to program multiple STM32 MCUs connected in a JTAG daisy chain individually, and how to disable automatic program execution after flashing.
I would like to achive the following goals simultaneously:
- Program each STM32 MCU individually while connected in a daisy-chain configuration.
- Prevent the program from automatically running after the flashing process.
In my current setup, I have successfully programmed two STM32L476RG devices individually through a J-Link Base Compact using STM32CubeIDE by configuring the Debug Configuration settings (see the attached image for details).
However, after programing, the application code starts running automatically.

When using STM32CubeProgrammer, unchecking the "Run after programming" option successfully disables the automatic execution.
However, I could not find a way to specify individual targets (e.g., by IR length or other parameters) for daisy-chained devices in STM32CubeProgrammer, either in the GUI or CLI versions.

Is there a way to disable automatic execution after programming in STM32CubeIDE, or alternatively, to specify a target device in a daisy-chain configuration when using STM32CubeProgrammer?
Thank you very much for your support.
