I'm new to PCB design and I'm currently trying to debug an issue with a design that uses an STM32U545NEYxQ. The problem is that the board cannot communicate with the STLink/V2.
When I try to connect using STM32CubeProgrammer, I tested all STLink configurations, but always receive the error:
"Error: No STM32 target found! If your product embeds Debug Authentication, ..."
And in STM32CubeIDE, the message is:
"Error in initializing ST-LINK device. Reason: No device found on target."
I'm confident that the STLink is working correctly, as I have tested it with other boards successfully.
I've also checked other forum threads for common beginner mistakes in hardware design, but I haven’t found any of those issues present in this design.
The board is a 4-layer design:
One layer for VCC (3.3V)
One GND plane
Two signal layers (top and bottom)
I've attached images of all four layers along with the schematic for reference.
I also attempted to debug the SWD communication signals. When the STLink tries to initiate communication with the board:
SWCLK (blue trace) seems to toggle normally.
SWIO (yellow trace) doesn’t appear to reach a low logic level.
I'm not sure if this is the root cause of the problem. If it is, what could be preventing SWIO from going low, and how can I fix it?

Any insights would be appreciated!




