cancel
Showing results for 
Search instead for 
Did you mean: 

openocd

torsten2
Associate II
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
2 REPLIES 2
Philipp Krause
Senior II
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
Associate II
Posted on June 08, 2015 at 12:56

Hi Philipp,

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

Cheers,

Torsten