How to connect STM32H745I-DISCO with openOCD using openOCD ?
Hello,
I am not able to connect my ubuntu 20.04 laptop to a STM32H745I-DISCO board using openocd.
```
$ openocd -f board/stm32h745i-disco.cfg
Open On-Chip Debugger 0.11.0+dev-00450-ge67ff42de (2022-01-14-09:58)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
Error: The specified debug interface was not found (hla)
The following debug adapters are available:
1: jlink
2: buspirate
```
I tried with the following revisions of openocd:
- revision 0.11 from official repository
- master version from ST Fork
I see the interface on my computer:
```
$ lsusb | grep -i stm
Bus 001 Device 016: ID 0483:374e STMicroelectronics STLINK-V3
```
Did I missed something ?
