STMicroelectronics / OpenOCD

STMicroelectronics customized version of OpenOCD supporting STM32 MCUs and MPUs
Other
130 stars 35 forks source link

Missing commits from STM32CubeIDE 15.0 (STM32H7S support) #25

Open sysprogs opened 6 months ago

sysprogs commented 6 months ago

It appears that this repository is missing support for the STM32H7S devices that included in the build shipped with the STM32CubeIDE. The STM32CubeIDE-generated script for STM32H7S7L8HxH results in the following error with the version built from this repository:

Warn : Cannot identify target as a STM32H7xx family.
Error: auto_probe failed

Also, the binary shipped with STM32CubeIDE references a non-existing commit:

Open On-Chip Debugger 0.12.0-00029-gf77e7cb03 (2023-12-15-13:25) [https://github.com/STMicroelectronics/OpenOCD]

It would be great if you could push the missing commits into Github.