From: Laurent <lau...@pr...> - 2024-03-20 16:43:34
|
for openocd 0.10.0: openocd: xPack OpenOCD, x86_64 Open On-Chip Debugger 0.10.0+dev (2020-10-13-20:30) 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.897638 =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".g openocd: Info : STM32F417IGH6.cpu: hardware has 6 breakpoints, 4 watchpoints openocd: Info : starting gdb server for STM32F417IGH6.cpu on 3333 openocd: Info : Listening on port 3333 for gdb connections openocd: Info : accepting 'gdb' connection on tcp/3333 openocd: Info : device id = 0x10076413 openocd: Info : flash size = 1024 kbytes 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: target 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: target 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 for openocd 0.12.0, the logs are in the previous mail On Wednesday, March 20th, 2024 at 17:33, Tommy Murphy <tom...@ho...> wrote: > What is the (non-verbose - i.e. no need for `-d3`) output from your OpenOCD 0.10.0 and 0.12.0? > > I wonder if the `serverStarted` pattern isn't being matched in the latter case and so VSCode doesn't detect that it's running? Perhaps the startup output changed between 0.10.0 and 0.12.0? |