STM32CubeProgrammer v2.7.0-RC1 doesn't find target.
I am trying to debug small project on STM32H7B. I use STM32 Cube Programmer and STLINK-V3SET to clear the flash. It seems to me that ST-LINK GDB server ver 5.8.0 is connected. See blow.
==========
STMicroelectronics ST-LINK GDB server. Version 5.8.0
Copyright (c) 2020, STMicroelectronics. All rights reserved.
Starting server with the following options:
Persistent Mode : Disabled
LogFile Name : C:\Users\nnarita\Documents\STMicro_project\EX-5188\Debug\st-link_gdbserver_log.txt
Logging Level : 31
Listen Port Number : 61234
Status Refresh Delay : 15s
Verbose Mode : Enabled
Target connection mode: Attach
Reading ROM table for AP 0 @0xe00fefd0
Hardware watchpoint supported by the target
COM frequency = 21333 kHz
ST-LINK Firmware version : V3J7M3B5S1
Device ID: 0x480
PC: 0x75f9e0
ST-LINK device status: RUN_MODE
ST-LINK detects target voltage = 2.94 V
ST-LINK device status: RUN_MODE
ST-LINK device initialization OK
Waiting for debugger connection...
Waiting for connection on port 61234...
Accepted connection on port 61234...
Debugger connected
Try halt...
ST-LINK device status: HALT_MODE
Enter STM32_AppReset() function
NVIC_DFSR_REG = 0x00000009
NVIC_CFGFSR_REG = 0x00000000
=============
Then switching to STM32CubeProgrammer. See below.
=============
------ Switching to STM32CubeProgrammer -----
-------------------------------------------------------------------
STM32CubeProgrammer v2.7.0-RC1
-------------------------------------------------------------------
ST-LINK SN : 000C00125553501020393256
ST-LINK FW : V3J7M3B5S1
Board : STLINK-V3S������
Voltage : 2.94V
Error: No STM32 target found!
2nd connect tentative with a lower frequency (8MHz)
ST-LINK SN : 000C00125553501020393256
ST-LINK FW : V3J7M3B5S1
Board : STLINK-V3S������
Voltage : 2.94V
Error: No STM32 target found!
Encountered Error when opening C:\ST\STM32CubeIDE_1.6.1\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.cubeprogrammer.win32_1.6.0.202101291314\tools\bin\STM32_Programmer_CLI.exe
------ Switching context -----
Error in STM32CubeProgrammer
Debugger connection lost.
Shutting down...
============================
There seems to be two problems, "No STM target found" and "Error in STM32CubeProgrammer". Could someone help me to figure out causes of the errors?
