Unable to debug on custom STM32 board
I had this problem and the solution layed in another thread. It was to remove no-srst from OpenOCD .cfg file for my target (STM32F0).
This is the full path to the file I had to edit:
C:\Ac6\SystemWorkbench\plugins\fr.ac6.mcu.debug_1.11.2.201612060912\resources\openocd\scripts\target\stm32f0x.cfg
The no-srst is also redifned in a project specific file but I'm not sure which one of them has prevalence:
C:\Users\myuser\stm32wb_workspace\RFOutput_cube\RFOutput_cube.cfg
Which is obviously the path to my workspace and the current project.