2026-01-22 8:12 AM
I am using an STM32H755ZQ device and unable to start a debug session using STM32CubeIDE + ST-LINK (SWD).
The system uses two STM32 controllers, where firmware is flashed to one controller and data is shared/communicated to the second controller.
Debug fails with errors like DEV_TARGET_HELD_UNDER_RESET and GDB connection timeout (localhost:61234).
Even with Connect under reset, low SWD frequency, and full chip erase via STM32CubeProgrammer, the issue persists.
Looking for guidance on whether inter-controller communication, reset interaction, or H755-specific debug/security settings could block debugging.