针对你遇到的 error: st-link error (dev_target_reset_err) 问题,以下是一些可能的解决步骤和建议,帮助你排查和解决问题: 确认ST-Link驱动和固件是否为最新版本: 确保你的ST-Link调试器的驱动程序和固件都是最新的。你可以访问ST的官方网站,下载并安装最新的驱动程序和固件更新。 检查ST-Link与目标设备的连接...
Now the problem ist, that I cannot connect to the device via STM32CubeProgrammer, nor the CLI, nor my IDE of choice (Keil uVision). When I use my ST-LINK V2, connect it to the board and my pc, and then press "connect" in the program, I get the error "DEV_...
Getting Error: ST-LINK error (DEV_TARGET_CMD_ERR) when I try to connect to STM32F103C5T6. FPayn.1 Associate III 2020-08-01 02:14 PM Hi, Although I'm quite familiar with Arduino and Teensy MCU's, I'm just getting started with STM32. I followed this '...
ST-LINK GDB server return/error codes Definition TARGET_SUCCESS TARGET_CONNECT_ERR TARGET_DLL_ERR TARGET_USB_COMM_ERR TARGET_NO_DEVICE TARGET_UNKNOWN_MCU_TARGET TARGET_FIRMWARE_OLD TARGET_RESET_ERR TARGET_HELD_UNDER_RESET TARGET_NOT_HALTED TARGET_CMD_ERR TARGET_APP_RESET_ERR TARGET_VERSION_ERR ...
09:44:06 : Error: ST-LINK error (DEV_TARGET_CMD_ERR) Under reset: 09:44:14 : ST-LINK SN : 002A003F3438510C34313939 09:44:14 : ST-LINK FW : V3J2M1 09:44:14 : Board : NUCLEO-H743ZI 09:44:14 : Voltage : 3.26V 09:44:14 : SWD freq : 24000 KHz ...
$ st-flash reset st-flash 1.8.0 Failed to enter SWD mode Failed to connect to target Failed to parse flash type or unrecognized flash type //This line went to stderr rather than stdout $ st-flash reset st-flash 1.8.0 2024-05-24T10:41:08 ERROR usb.c: GET_VERSION send request faile...
I did everything I could by exploring the STM32 community. Changed ST-LINK V2, the cable, reset mode, etc... I saw massage what "ST-LINK error (DEV_TARGET_CMD_ERR)" in hardware rest mode. But I don't solve this error. Please help me... Labels: STM32CubeProgrammer 0 Kudos...
Error: ST-LINK error (DEV_CONNECT_ERR) Encountered Error when opening I:\ST\STM32CubeIDE_1.8.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.cubeprogrammer.win32_2.0.100.202110141430\tools\bin\STM32_Programmer_CLI.exe Error in STM32CubeProgrammer S...
// reset if (stlink_reset(sl, RESET_AUTO)) { printf("Failed to reset device\n"); goto on_error; } } else { // read @@ -254,6 +262,7 @@ int main(int ac, char** av) { if (o.reset) { stlink_reset(sl, RESET_AUTO); stlink_run(sl, RUN_NORMAL); } err = 0; //...
dev:amd64 2:1.0.23-2build1 amd64 userspace USB programming library development files ii libusb-1.0-doc 2:1.0.23-2build1 all documentation for userspace USB programming $ st-info --probe [!] send_recv read reply failed: LIBUSB_ERROR_TIMEOUT [!] send_recv STLINK_GET_VERSION [!] ...