Skip to main content

Contemplative Chronicles

Openocd

Table of Contents

Build Openocd for STM32

Download openocd stm32

git clone https://github.com/STMicroelectronics/OpenOCD.git

Build openocd

As stlink is not supported by default we have to configure the

Compiling OpenOCD

To build OpenOCD, use the following sequence of commands:

  ./bootstrap 
  ./configure --enable-stlink
  make
  sudo make install