STM32G474 died after trying to use two boards in the same computer (Error: ST-LINK error (DEV_TARGET_NOT_HALTED) )
Hello, everyone. I was trying to connect two prototypes in my computer: one containing a STM32L475 (connected through a ST-LINK V2) and the other using a STM32G474 (connected through a ST-LINK V3). The STM32CubeIDE warns about multiple ST-LINK connections. I was trying to setup two different workspaces for both projects, when suddenly the STM32G474 died (one LED controlled by the MCU turned off and I wasn't able to communicate with the MCU anymore). I am getting this error:

It could have been a coincidence that this happened when I was trying to connect both MCUs. I was trying to fix this error, but wasn't successful. The BOOT0 pin is being used in other function, so the boot is being defined through the option bytes. The NRST is also floating, I don't know if I need to do something with this pin to recover the MCU. I also tried all the connections and reset modes on the STM32CubeProgrammer, but it didn't work.
