STLINK-V3MODS resets target MCU on connection even with T_NRST disconnected
Hi all,
I have a custom board with an integrated STLINK-V3MODS, connected to an STM32H755ZIT6 MCU. T_NRST is not connected between the STLINK-V3MODS and my MCU.
My MCU is already powered on and running code normally. When I then connect the STLINK-V3MODS to my PC (via USB), it automatically resets my target MCU.
Since T_NRST isn't wired at all, I don't understand how the V3MODS is able to reset my target.
I'm already using the VCP (T_VCP_TX/T_VCP_RX) for logging. The issue is: when I plug in the STLINK-V3MODS to view the logs, it resets my MCU — but I don't want that. I want the MCU to keep running as-is, and just be able to plug in and observe the logs live without interrupting it.
How can I prevent this reset-on-connect behavior while still being able to use the VCP for logging?
Thanks!
