STLink V3-PWR and OpenOCD
Are there plans to add support for the STLink V3-PWR to OpenOCD? At present, the USB device interface appears not to be supported (using the latest openocd snapshot). STLink V3-MINIE works fine with openocd.
For the V3-PWR, see the error (boldface added) below:
c:\openocd\bin>openocd -f interface/stlink.cfg -f target/stm32l4x.cfg -c "init" -c "reset halt"
Open On-Chip Debugger 0.12.0 (2023-07-12) [https://github.com/sysprogs/openocd]
Licensed under GNU GPL v2
libusb1 09e75e98b4d9ea7909e8837b7a3f00dda4589dc3
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
Info : auto-selecting first available session transport "hla_swd". To override use 'transport select <transport>'.
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
Info : clock speed 500 kHz
Error: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
Info : STLINK V4J2B1S0 (API v3) VID:PID 0483:3757
Info : Target voltage: 3.287912
Error: init mode failed (unable to connect to the target)
