Wrong OpenOCD installation
Answered
Just downloaded CLion 2019.2 and am trying to configure an STM32CubeMX project. CLion asks me to specify the path to OpenOCD. I enter the path for the executable located in the ST distribution, and get the following message:
Wrong OpenOCD installation
Boards configs folder (C:\Ac6\SystemWorkbench\plugins\fr.ac6.mcu.externaltools.openocd.win32_1.23.0.201904120827\tools\openocd\scripts\board) is not found
I've successfully debugged this application with System Workbench. Why doesn't CLion like it?
Please sign in to leave a comment.
Hello!
As far as we know, OpenOCD is not included in the ST distribution. You can use GDB servers from the ST distribution (ST-Link or J-Link) and the Embedded GDB Server run/debug configuration.
If you would like to use the OpenOCD Download & Run configuration, you need to get OpenOCD: http://openocd.org/getting-openocd/.
Hi Servant!
The information in the article you're referring to looks as follows:
"OpenOCD + STM32CubeMX" which is formatted as a link is the name of the bundled plugin. The plugin is bundled, not OpenOCD. Sorry for misleading.