OpenOCD stands for Open On Chip Debugger and is a program used to debug embedded platforms, mostly via JTAG.
I have a NUCLEO-F401RE board (with STM32F401RE) and it has been working fine for the most part. …
stm32 stm32f4 openocdI'm using Launchpad's gcc-arm-none-eabi 4.9-2015q2 to compile for an STM32F0, and now I'd like to debug using arm-none-eabi-gdb …
stm32 openocdI'm trying to create a little unit test with gdb, for a embedded mcu that is controlled by OpenOCD (that …
unit-testing scripting gdb openocd gdb-pythonI am trying to setup a eclipse development environment to work with stm32f303 nucleo 32 board. http://www.st.com/…
eclipse openocd nucleoI got some problems getting OpenOCD to communicate with my STM32F100RB Discovery board (it uses ST-Link). I am …
eclipse stm32 freertos codesourcery openocdThe STM32 family of microcontrollers features a read-out protection feature so proprietary code can't be read out via the debug …
embedded stm32 openocdI'm using an Olimex ARM-USB-OCD dongle with openOCD and GDB to program and debug an stm32f103 micro. The IDE …
gdb stm32 openocd