针对你遇到的 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 '...
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 09:44:14 : Connect m...
Hardware watchpoint supported by the target ST-LINK Firmware version : V3J8M3 Device ID: 0x483 PC: 0x8000728 ST-LINK device status: HALT_MODE ST-LINK detects target voltage = 3.27 V ST-LINK device status: HALT_MODE ST-LINK device initialization OK ...
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...
Target not halted after reset. Target not halted Error in initializing ST-LINK device. Reason: Target not halted. -I tried compiling it and debugging it with some other exercise that I did before just in case and it gives me the same error -I also tried to...
$ 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...
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; // success9...
I made serious effort to avoid creating duplicate or nearly similar issue Programmer/board type: [V2-clone and V2.1 broken from nucleo board] Operating system an version: [V2-clone does not work on Linux, V2.1 works on macOS in Eclipse] ...