From: Laurent <lau...@pr...> - 2024-03-20 16:39:25
|
> Perhaps one of these settings needs tweaking for 0.12.0? > >> "serverStarted": "Info\\ :\\ [\\w\\d\\.]*:\\ hardware", Ok I remove this, and I have the log for openocd: openocd: Open On-Chip Debugger 0.12.0 openocd: Licensed under GNU GPL v2 openocd: For bug reports, read openocd: http://openocd.org/doc/doxygen/bugs.html openocd: Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD openocd: srst_only separate srst_nogate srst_open_drain connect_deassert_srst openocd: openocd: Info : Listening on port 6666 for tcl connections openocd: Info : Listening on port 4444 for telnet connections openocd: Info : clock speed 2000 kHz openocd: Info : STLINK V2J37S7 (API v2) VID:PID 0483:3748 openocd: Info : Target voltage: 2.896063 openocd: Info : [STM32F417IGH6.cpu] Cortex-M4 r0p1 processor detected openocd: Info : [STM32F417IGH6.cpu] target has 6 breakpoints, 4 watchpoints openocd: Info : starting gdb server for STM32F417IGH6.cpu on 3333 openocd: Info : Listening on port 3333 for gdb connections =thread-group-added,id="i1" GNU gdb (Arm GNU Toolchain 12.2.Rel1 (Build arm-12.24)) 12.1.90.20221210-git Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "--host=x86_64-apple-darwin19.6.0 --target=arm-none-eabi". Type "show configuration" for configuration details. For bug reporting instructions, please see: <https://bugs.linaro.org/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word". openocd: Info : accepting 'gdb' connection on tcp/3333 openocd: [STM32F417IGH6.cpu] halted due to debug-request, current mode: Thread openocd: xPSR: 0x41000000 pc: 0x080688ea msp: 0x2001ffe0 openocd: Info : device id = 0x10076413 openocd: Info : flash size = 1024 KiB openocd: Info : flash size = 512 bytes openocd: Warn : Prefer GDB command "target extended-remote :3333" instead of "target remote :3333" openocd: Info : Unable to match requested speed 2000 kHz, using 1800 kHz openocd: Info : Unable to match requested speed 2000 kHz, using 1800 kHz openocd: [STM32F417IGH6.cpu] halted due to debug-request, current mode: Thread openocd: xPSR: 0x01000000 pc: 0x080e01d8 msp: 0x20020000 =cmd-param-changed,param="pagination",value="off" openocd: Info : Unable to match requested speed 2000 kHz, using 1800 kHz openocd: Info : Unable to match requested speed 2000 kHz, using 1800 kHz openocd: [STM32F417IGH6.cpu] halted due to debug-request, current mode: Thread openocd: xPSR: 0x01000000 pc: 0x080e01d8 msp: 0x20020000 openocd: Info : Unable to match requested speed 8000 kHz, using 4000 kHzopenocd: Info : Unable to match requested speed 8000 kHz, using 4000 kHz |