Debugging STM32H735G-DK: "No device found on target"
STM32H735G-DK debug Question
I try to use board STM32H735G-DK.
I connected JP7 to the STLK to change the power source and connected the PC and board via CN15 with USB microB.
In STM32CubeIDE 1.13.0, I make project for the board and debug ( Fig.1 ).
I haven't added anything to the created files, but debugging failed ( Fig.2 ).
The state of the board is
・the monitor is white screen
・LD1 and LD2 is not light
・LD5 is green and LD6 is red
Fig. 1

Fig. 2

I thought it might be a deadlock state, so I tried to recover from the deadlock using the STM32CubeProgrammer method as described in the documentation ( https://www.st.com/resource/en/user_manual/um2679-discovery-kit-with-stm32h735ig-mcu-stmicroelectronics.pdf 6.2.4).
When I debug after running the method, I get Figure 3 in the debug console. If I debug again I get back to Figure 2.
What was wrong with my settings?
Could you please give me some advice on how to restore the state and perform debugging?
Fig. 3


