OpenOCD crashes when starting from Windows Server 2016
Hi,
I tried to run OpenOCD on a virtual machine with Windows Server 2016. We using the version 1.3.0 of the STM32CubeIDE.
When I launch the OpenOCD the program crahses with the error message:
OpenOCD is launched via this command:
CALL %PATH_STLink-OPENOCD%\openocd.exe -f %CD%\ReactionWheelTestFramework_Develop_Master.cfg -s %PATH_SUPPORTFILES% -d4The debug log prints no error and ends like this
Info : 282 1797 core.c:1394 adapter_init(): clock speed 8000 kHz
Debug: 283 1797 openocd.c:142 handle_init_command(): Debug Adapter init complete
Debug: 284 1797 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport init
Debug: 285 1813 command.c:143 script_debug(): command - ocd_transport ocd_transport init
Debug: 288 1813 transport.c:239 handle_transport_init(): handle_transport_init
Debug: 289 1813 hla_transport.c:152 hl_transport_init(): hl_transport_init
Debug: 290 1813 hla_transport.c:169 hl_transport_init(): current transport hla_swd
Debug: 291 1828 hla_interface.c:42 hl_interface_open(): hl_interface_open
Debug: 292 1828 hla_layout.c:40 hl_layout_open(): hl_layout_open
Debug: 293 1828 stlink_usb.c:2674 stlink_usb_open(): stlink_usb_open
Debug: 294 1828 stlink_usb.c:2688 stlink_usb_open(): transport: 1 vid: 0x0483 pid: 0x3744 serial:
Debug: 295 1844 stlink_usb.c:2688 stlink_usb_open(): transport: 1 vid: 0x0483 pid: 0x3748 serial:
Debug: 296 1844 stlink_usb.c:2688 stlink_usb_open(): transport: 1 vid: 0x0483 pid: 0x374b serial:
Debug: 297 1844 stlink_usb.c:2688 stlink_usb_open(): transport: 1 vid: 0x0483 pid: 0x374d serial:
Debug: 298 1860 stlink_usb.c:2688 stlink_usb_open(): transport: 1 vid: 0x0483 pid: 0x374e serial:
Debug: 299 1860 stlink_usb.c:2688 stlink_usb_open(): transport: 1 vid: 0x0483 pid: 0x374f serial:
Debug: 300 1860 stlink_usb.c:2688 stlink_usb_open(): transport: 1 vid: 0x0483 pid: 0x3752 serial:
Debug: 301 1875 stlink_usb.c:2688 stlink_usb_open(): transport: 1 vid: 0x0483 pid: 0x3753 serial:Can someone help me? :)
Kind regards
Bastian
