Skip to main content
torsten2
Associate III
May 22, 2015
Question

openocd

  • May 22, 2015
  • 2 replies
  • 1234 views
Posted on May 22, 2015 at 18:19

Hello,

I try to integrate a STM8 into an existing projects build system. I need basic support to flash a controller and ideally some basic debugging support. I've managed to do this for a STM32 controller with openocd.

Does someone of you managed to setup openocd for stm8? What other options do I have if my development platform is not windows and I want to use tools with a command line interface?

TIA

Torsten

#openocd #flash #debug #stm8
This topic has been closed for replies.

2 replies

Philipp Krause
Senior II
May 29, 2015
Posted on May 29, 2015 at 23:29

I use Valentin

Dudouyt

's stm8flash (https://github.com/vdudouyt/stm8flash). There is no debugging support though.

Philipp

torsten2
torsten2Author
Associate III
June 8, 2015
Posted on June 08, 2015 at 12:56

Hi Philipp,

yes, we ended up with stm8flash and sdcc and UART / pin debugging.

Cheers,

Torsten