Loading...
 
Skip to main content

System Workbench for STM32


OpenOCD not working under System Workbench

Oh, thank you for reply, but i've solved the issue. It appeared that default openocd shipped with SW was not good enough for me (it failed from very beginning, that's why i compiled and installed openocd from off repo). But only pointing SW to system's openocd binary was not enough, it appeared that it was still using configs from default SW opencd (may be it was the issue from the very beginning). I believe stlink configs there are too outdated (because current openocd has only single config for all stlink versions). So i decided to copy configs from my latest openocd to SW folder, copying binary too, so that SW now uses everything in its directory and is happy with it (i needed to delete *.so too).

may be someone should update openocd (or at least configs) that is shipped with the installer?

P.S. i'm on mint 18 and using latest SW.