OpenOCD Binary not found
Hi!
I didnt change anythink in Debug configuration.
It was
”${openstm32_openocd_path}\openocd.exe”
and it has error
OpenOCD Binary not found (after 1.6 update. Installed under Eclipse Mars.1 )
But if I change to
”${openstm32_openocd_path}\openocd.exe” -d
or
”${openstm32_openocd_path}\openocd.exe” -
it work (Debug and Run)


