STLink V2 works - STLink V3Mods doesnt (STM32H7 programming)
I'm attempting to erase & program a STM32H7x using a STLink V3Mods and OpenOCD (a recent official release).
It fails with a "read version fails".
When i try using a STLink V2 (host, openocd script and target device unchanged), it works just fine.
I've scoped the SWD CLK & IO lines to find the SWD init differences between V3Mods and V2.
The only difference is the V3Mods is doing the SWD init "magic switch" at 3.4Mhz, and the V2 is doing it at 1.4Mhz.
I've tried setting "adaptor speed 1000" in the openocd script to slow the clock rate when using the V3Mods, but it has no effect at all.
Does anyone know how to force slow the clock rate?
Thanks in advance.
